X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fexpect.sh;h=60cbdc8cb1a9466af9fed2c066d6224de33fa940;hb=fd79e33e6b6dacdc52cf6668a5bb7adf75aad6c1;hp=036364069579d974e7e3866d7c8712b6e4a3994b;hpb=778877cd8b0aad3cc3d2555e83d55e9f229678c7;p=sbcl.git diff --git a/tests/expect.sh b/tests/expect.sh index 0363640..60cbdc8 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 <