Loading test/test-make-build.script +1 −1 Original line number Diff line number Diff line ;;; -*- Lisp -*- (unless (or #+(or (and clisp os-unix) clozure cmucl (and ecl (not ecl-bytecmp) (not os-macosx)) lispworks mkcl sbcl scl) t) (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl scl) t) (DBG "Creating executables is not supported on your CL implementation") (leave-test "Skipping test" 0)) Loading test/test-program.script +0 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ :output (,*standard-output* :linewise t :prefix "stdout: ") :error-output (,*error-output* :linewise t :prefix "stderr: ")))))) #-(and ecl os-macosx) (progn (DBG "test image-op") (defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example))) Loading Loading @@ -77,7 +76,6 @@ " \"b c\"" " \"d\""))) #-(and ecl os-macosx) (progn (DBG "test program-op") (unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t Loading Loading
test/test-make-build.script +1 −1 Original line number Diff line number Diff line ;;; -*- Lisp -*- (unless (or #+(or (and clisp os-unix) clozure cmucl (and ecl (not ecl-bytecmp) (not os-macosx)) lispworks mkcl sbcl scl) t) (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl scl) t) (DBG "Creating executables is not supported on your CL implementation") (leave-test "Skipping test" 0)) Loading
test/test-program.script +0 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,6 @@ :output (,*standard-output* :linewise t :prefix "stdout: ") :error-output (,*error-output* :linewise t :prefix "stderr: ")))))) #-(and ecl os-macosx) (progn (DBG "test image-op") (defparameter img (output-file (make-operation 'image-op) (find-system :hello-world-example))) Loading Loading @@ -77,7 +76,6 @@ " \"b c\"" " \"d\""))) #-(and ecl os-macosx) (progn (DBG "test program-op") (unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks mkcl sbcl) t Loading