From b830540bf7b8d097ecae9aaca70fa5b415054ac5 Mon Sep 17 00:00:00 2001 From: Juanjo Garcia-Ripoll Date: Wed, 18 Apr 2012 22:36:48 +0200 Subject: [PATCH] Do not load the C compiler when running the tests in Windows --- src/tests/config.lsp.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/tests/config.lsp.in b/src/tests/config.lsp.in index b41031a5a..d4c334590 100755 --- a/src/tests/config.lsp.in +++ b/src/tests/config.lsp.in @@ -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