From 7c8c1ea3732b7ece5be379f893ae1c5ec5842746 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Fri, 21 Oct 2011 18:40:03 -0400
Subject: [PATCH] Allow rpg and others to define their ASDF_TEST_LISPS in their
 environment.

---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 14164e8d..b50448c3 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
-- 
GitLab