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
asdf
asdf
Commits
120735f2
Commit
120735f2
authored
Feb 22, 2002
by
Daniel Barlow
Browse files
make it work with CMUCL too
parent
cc1db98b
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
120735f2
...
...
@@ -4,10 +4,12 @@
# - read lisp forms one at a time from standard input
# - quit with exit status 0 on getting eof
# - quit with exit status >0 if an unhandled error occurs
#LISP="/usr/local/bin/lisp -batch "
LISP
=
"sbcl --noprogrammer"
# file extension that $LISP uses for compiled files
FASL
=
fasl
#FASL=axpf
rm
*
.
$FASL
||
true
for
i
in
*
.script
;
...
...
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