From a439bd2e991d74f5ee5b00c67d3fd385aaffc5ed Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Fri, 1 Feb 2013 23:16:13 -0500 Subject: [PATCH] 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. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index f4554f2ca..d4815b62a 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,6 @@ endif ## grep for #+/#- features in the test/ directory to see plenty of disabled tests. ifdef ASDF_TEST_SYSTEMS s ?= ${ASDF_TEST_SYSTEMS} -else -s ?= fare-all endif l ?= sbcl -- GitLab