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
47badcd3
Commit
47badcd3
authored
Feb 09, 2010
by
Francois-Rene Rideau
Browse files
Add Lispworks support to run-tests.sh (wholly untested: I don't have LWPro!)
parent
8608d0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/run-tests.sh
View file @
47badcd3
...
...
@@ -158,6 +158,13 @@ case "$lisp" in
command
=
"
$command
-norc"
eval
=
"-eval"
fi
;;
lispworks
)
if
type
lispworks
;
then
fasl_ext
=
"ofasl"
command
=
`
which ecl
`
command
=
"
$command
-siteinit - -init -"
eval
=
"-eval"
fi
;;
esac
if
[
-z
"
${
DEBUG_ASDF_TEST
}
"
]
;
then
...
...
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