From 47badcd3764dbaaa1af627fe126f353bba8adea9 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Tue, 9 Feb 2010 23:51:20 -0500 Subject: [PATCH] Add Lispworks support to run-tests.sh (wholly untested: I don't have LWPro!) --- test/run-tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index 730de0ca..2c389dae 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -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 -- GitLab