X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=84617f051f00decaceb0366c66025740839407ba;hb=dca20740848a3e316371460a25be29fd574850ed;hp=9a209faa1f84818e3de0e049837534ba181d0535;hpb=5b43e28a5a9f0fcdefc2132840492e2e382876c6;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 9a209fa..84617f0 100644 --- a/tests/expect.sh +++ b/tests/expect.sh @@ -1,102 +1,122 @@ # file to be sourced by scripts wanting to test the compiler +. ./subr.sh + # Check that compiling and loading the file $1 generates an error # at load time; also that just loading it directly (into the # interpreter) generates an error. expect_load_error () { # Test compiling and loading. - $SBCL <