Skip to content
Snippets Groups Projects
Commit 6cf127a5 authored by Robert P. Goldman's avatar Robert P. Goldman
Browse files

Reenable tests for lispworks + macosx.

These tests were disabled pending a fix in the lisp-invocation library.
parent 4aa1c74e
No related branches found
No related tags found
No related merge requests found
...@@ -44,8 +44,7 @@ ...@@ -44,8 +44,7 @@
:output (,*standard-output* :linewise t :prefix "stdout: ") :output (,*standard-output* :linewise t :prefix "stdout: ")
:error-output (,*error-output* :linewise t :prefix "stderr: ")))))) :error-output (,*error-output* :linewise t :prefix "stderr: "))))))
#-(or (and lispworks os-macosx) #-(and ecl os-macosx)
(and ecl os-macosx))
(progn (progn
(DBG "test image-op") (DBG "test image-op")
(defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example))) (defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example)))
...@@ -83,8 +82,7 @@ ...@@ -83,8 +82,7 @@
" \"b c\"" " \"b c\""
" \"d\""))) " \"d\"")))
#-(or (and lispworks os-macosx) #-(and ecl os-macosx)
(and ecl os-macosx))
(progn (progn
(DBG "test program-op") (DBG "test program-op")
(unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t (unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment