From fd2c4054aaa070e389c5e5bf59e0a94361ecf0e7 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 5 Sep 2016 21:41:18 +0000
Subject: [PATCH] Tests: Clasp: Store fasls separately from ecl's

---
 test/script-support.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/script-support.lisp b/test/script-support.lisp
index 3e33047d7..963db8378 100644
--- a/test/script-support.lisp
+++ b/test/script-support.lisp
@@ -258,8 +258,9 @@ Some constraints:
         (:case-sensitive-lower :mlisp)
         (:case-insensitive-upper :alisp))
       #+armedbear :abcl
-      #+(or clasp ecl) (or #+ecl-bytecmp :ecl_bytecodes :ecl)
+      #+ecl (or #+ecl-bytecmp :ecl_bytecodes :ecl)
       #+clisp :clisp
+      #+clasp :clasp
       #+clozure :ccl
       #+cmucl :cmucl
       #+corman :cormanlisp
-- 
GitLab