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

Allow rpg and others to define their ASDF_TEST_LISPS in their environment.

parent 2f1783fe
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,12 @@ webhome_public := "http://common-lisp.net/project/asdf/"
clnet_home := "/project/asdf/public_html/"
sourceDirectory := $(shell pwd)
ifdef ASDF_TEST_LISPS
lisps ?= ${ASDF_TEST_LISPS}
else
lisps ?= ccl clisp sbcl ecl cmucl abcl scl allegro
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)
......
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