0.6.11.23:
[sbcl.git] / make-host-1.sh
index f9e8f6a..bde0ae5 100644 (file)
@@ -40,7 +40,8 @@ $SBCL_XC_HOST <<-'EOF' || exit 1
         ;; Let's check that the type system is reasonably sane. (It's
        ;; easy to spend a long time wandering around confused trying
        ;; to debug cross-compilation if it isn't.)
-       (load "tests/type.before-xc.lisp")
+       (when (find :sb-test *shebang-features*)
+         (load "tests/type.before-xc.lisp"))
         (host-cload-stem "compiler/generic/genesis")
        (sb!vm:genesis :c-header-file-name "src/runtime/sbcl.h")
        EOF