mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
Do not load the C compiler when running the tests in Windows
This commit is contained in:
parent
5d0f084a06
commit
b830540bf7
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@
|
|||
|
||||
(defvar *test-image-args*
|
||||
(cond ((search "ecl" *test-image*)
|
||||
'("-norc" "-eval" "(print (ext:getenv \"ECLDIR\"))" #+windows "-eval" #+windows "(require :cmp)"))
|
||||
'("-norc" "-eval" "(print (ext:getenv \"ECLDIR\"))"
|
||||
;#+windows "-eval" #+windows "(require :cmp)"
|
||||
))
|
||||
((search "sbcl" *test-image*)
|
||||
'("--no-userinit" "--no-sysinit"))
|
||||
(t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue