Skip to content
Snippets Groups Projects
Commit 47badcd3 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Add Lispworks support to run-tests.sh (wholly untested: I don't have LWPro!)

parent 8608d0b7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment