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
8a93a49a
Commit
8a93a49a
authored
Aug 16, 2015
by
Francois-Rene Rideau
Browse files
Disable test-make-build on unsupported platforms.
parent
265f0275
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test-make-build.script
View file @
8a93a49a
;;; -*- Lisp -*-
(unless (or #+(or (and clisp os-unix) clozure cmu
(and ecl (not ecl-bytecmp) (not os-macosx)) lispworks mkcl sbcl scl) t)
(DBG "Creating executables is not supported on your CL implementation")
(leave-test "Skipping test" 0))
(DBG "build sample-system. Should load from sample-system/")
(setf *central-registry* (list (subpathname *test-directory* "sample-system/")))
(make-build 'sample-system
:type :program :monolithic t
:name-suffix ""
#+(and ecl (not os-windows)) :name-suffix #+(and ecl (not os-windows)) ""
#+allegro :name-suffix #+allegro ".exe" ;; but in allegro 9.0 pathname translation of :unspecific(!)
#+ecl :epilogue-code #+ecl '(println "blue sky"))
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