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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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