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
53b7feec
Commit
53b7feec
authored
Jan 21, 2013
by
Francois-Rene Rideau
Browse files
Fix tests for LispWorks.
parent
6b4a914e
Changes
3
Hide whitespace changes
Inline
Side-by-side
test/make-hello-world.lisp
View file @
53b7feec
;;; -*- Lisp -*-
#+
lispworks
(
lispworks:load-all-patches
)
(
load
"script-support.lisp"
)
(
load-asdf
)
#+
ecl
(
require
:cmp
)
...
...
test/script-support.lisp
View file @
53b7feec
...
...
@@ -63,7 +63,10 @@ Some constraints:
(
when
(
or
(
<
system::*gcl-major-version*
2
)
(
and
(
=
system::*gcl-major-version*
2
)
(
<
system::*gcl-minor-version*
7
)))
(
shadowing-import
'system:*load-pathname*
:asdf-test
)))
(
shadowing-import
'system:*load-pathname*
:asdf-test
))
#+
lispworks
(
setf
system:*stack-overflow-behaviour*
:warn
)
(
setf
system:*sg-default-size*
200000
))
#+
(
or
gcl
genera
)
(
unless
(
fboundp
'ensure-directories-exist
)
...
...
test/test-deferred-warnings.script
View file @
53b7feec
...
...
@@ -12,7 +12,7 @@
t)
(compile-file-error () nil)))
#
-e
cl
#
+(or clozure sb
cl
)
(assert
(handler-case
(let ((*compile-file-warnings-behaviour* :error))
...
...
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