Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
445adbda
Commit
445adbda
authored
Sep 09, 2016
by
Elias Pipping
Browse files
Re-enable tests on macOS
parent
e128719d
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/test-make-build.script
View file @
445adbda
;;; -*- 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))
...
...
test/test-program.script
View file @
445adbda
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment