Skip to content
Snippets Groups Projects
Commit fd2c4054 authored by Elias Pipping's avatar Elias Pipping
Browse files

Tests: Clasp: Store fasls separately from ecl's

parent 689f3b69
No related branches found
No related tags found
No related merge requests found
...@@ -258,8 +258,9 @@ Some constraints: ...@@ -258,8 +258,9 @@ Some constraints:
(:case-sensitive-lower :mlisp) (:case-sensitive-lower :mlisp)
(:case-insensitive-upper :alisp)) (:case-insensitive-upper :alisp))
#+armedbear :abcl #+armedbear :abcl
#+(or clasp ecl) (or #+ecl-bytecmp :ecl_bytecodes :ecl) #+ecl (or #+ecl-bytecmp :ecl_bytecodes :ecl)
#+clisp :clisp #+clisp :clisp
#+clasp :clasp
#+clozure :ccl #+clozure :ccl
#+cmucl :cmucl #+cmucl :cmucl
#+corman :cormanlisp #+corman :cormanlisp
......
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