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

Remove default for ASDF_TEST_SYSTEMS in Makefile.

move fare-all to my private configuration.
make test s="some list of systems I care about"
or export ASDF_TEST_SYSTEMS="same list"
before you make test or make test-load-systems.
parent f20b3b40
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,6 @@ endif ...@@ -19,8 +19,6 @@ endif
## grep for #+/#- features in the test/ directory to see plenty of disabled tests. ## grep for #+/#- features in the test/ directory to see plenty of disabled tests.
ifdef ASDF_TEST_SYSTEMS ifdef ASDF_TEST_SYSTEMS
s ?= ${ASDF_TEST_SYSTEMS} s ?= ${ASDF_TEST_SYSTEMS}
else
s ?= fare-all
endif endif
l ?= sbcl l ?= sbcl
......
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