From effbc1079785f03af782ee0c152bf6ecee43374a Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Fri, 20 Apr 2012 12:27:16 -0400 Subject: [PATCH] Got license, testing Lispworks again. (Thanks to Martin Simmons.) --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 71883caf..f4c84f2a 100644 --- a/Makefile +++ b/Makefile @@ -7,13 +7,12 @@ sourceDirectory := $(shell pwd) ifdef ASDF_TEST_LISPS lisps ?= ${ASDF_TEST_LISPS} else -lisps ?= ccl clisp sbcl ecl cmucl abcl scl allegro +lisps ?= ccl clisp sbcl ecl cmucl abcl scl allegro lispworks endif ## MINOR FAIL: ecl-bytecodes (failure in test-compile-file-failure.script) ## MINOR FAIL: xcl (logical pathname issue in asdf-pathname-test.script) ## OCCASIONALLY TESTED BY NOT ME: allegromodern (not in my free demo version) -## OCCASIONALLY TESTED BY NOT ME: lispworks (testing requires Pro version) ## MAJOR FAIL: gclcvs -- COMPILER BUG! Upstream fixed it, but upstream fails to compile. ## NOT SUPPORTED BY OUR TESTS: cormancl genera rmcl. Manually tested once in a while. -- GitLab