Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Didier Verna
asdf
Commits
50080e4c
Commit
50080e4c
authored
Jan 21, 2013
by
Francois-Rene Rideau
Browse files
More test frobbing.
parent
53b7feec
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/script-support.lisp
View file @
50080e4c
...
...
@@ -65,8 +65,7 @@ Some constraints:
(
<
system::*gcl-minor-version*
7
)))
(
shadowing-import
'system:*load-pathname*
:asdf-test
))
#+
lispworks
(
setf
system:*stack-overflow-behaviour*
:warn
)
(
setf
system:*sg-default-size*
200000
))
(
setf
system:*stack-overflow-behaviour*
:warn
))
#+
(
or
gcl
genera
)
(
unless
(
fboundp
'ensure-directories-exist
)
...
...
test/test-program.script
View file @
50080e4c
...
...
@@ -2,17 +2,17 @@
(DBG :foo (current-lisp-file-pathname))
(defparameter exe (output-file (make-operation 'program-op) (find-system :hello-world-example)))
(assert (absolute-pathname-p exe))
(unless (and #-(or clisp clozure cmu ecl lispworks sbcl) nil
#+cmu nil ;; uncomment if you have 32-bit gcc support - or can autodetect
#+clisp (version-satisfies
(first (split-string (lisp-implementation-version) :separator " "))
"2.48"))
(unless (or #+(or clisp clozure (and ecl (not ecl-bytecmp)) lispworks sbcl) t
#+cmu nil ;; uncomment if you have 32-bit gcc support - or can autodetect
#+clisp (version-satisfies
(first (split-string (lisp-implementation-version) :separator " "))
"2.48"))
(DBG "Creating standalone programs is not supported on your CL implementation")
(leave-test "Skipping test" 0))
(defparameter exe (output-file (make-operation 'program-op) (find-system :hello-world-example)))
(assert (absolute-pathname-p exe))
;; Try to load lisp-invocation from xcvb
(setf *central-registry*
(list *asdf-directory* ;; be sure that *OUR* asdf is first of any possible ASDF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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