Commit 445adbda authored by Elias Pipping's avatar Elias Pipping
Browse files

Re-enable tests on macOS

parent e128719d
Loading
Loading
Loading
Loading
+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))

+0 −2
Original line number Diff line number Diff line
@@ -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)))
@@ -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