Do not load the C compiler when running the tests in Windows

This commit is contained in:
Juanjo Garcia-Ripoll 2012-04-18 22:36:48 +02:00 committed by Juan Jose Garcia Ripoll
parent 5d0f084a06
commit b830540bf7

View file

@ -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