X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fforeign.test.sh;h=6d784888b4de23c1dfb81445048f7b7e525d46ca;hb=d38be21048d0a9df3add788415fbdddaf9784580;hp=045d36bb63f1e900d40a3665d6645df8459570bf;hpb=4e6200853a661da5e73d0843a4afca9077a06fa8;p=sbcl.git diff --git a/tests/foreign.test.sh b/tests/foreign.test.sh index 045d36b..6d78488 100644 --- a/tests/foreign.test.sh +++ b/tests/foreign.test.sh @@ -111,7 +111,7 @@ build_so $testfilestem-c ## Foreign definitions & load -cat > $testfilestem.def.lisp < $testfilestem.base.lisp < $testfilestem.def.lisp < $testfilestem.def.lisp < $testfilestem.fast.lisp +cat $testfilestem.base.lisp >> $testfilestem.fast.lisp + +echo "(declaim (optimize space))" > $testfilestem.small.lisp +cat $testfilestem.base.lisp >> $testfilestem.small.lisp + # Test code cat > $testfilestem.test.lisp < $testfilestem.test.lisp < $testfilestem.test.lisp <