X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.test.sh;h=48aa64edea9d64dc4f19e45f3e8e2b16665da1d2;hb=c2ac5ba3964165ee2d21ccd4c6bf8bdc48e1a165;hp=6c135a46d6642454ed03df302fe704ca61f8c2f0;hpb=abd50c820df25616883a6850df1780044365137e;p=sbcl.git diff --git a/tests/compiler.test.sh b/tests/compiler.test.sh index 6c135a4..48aa64e 100644 --- a/tests/compiler.test.sh +++ b/tests/compiler.test.sh @@ -6,16 +6,16 @@ # While most of SBCL is derived from the CMU CL system, the test # files (like this one) were written from scratch after the fork # from CMU CL. -# +# # This software is in the public domain and is provided with # absolutely no warranty. See the COPYING and CREDITS files for # more information. . ./expect.sh -base_tmpfilename="compiler-test-$$-tmp" -tmpfilename="$base_tmpfilename.lisp" -compiled_tmpfilename="$base_tmpfilename.fasl" +use_test_subdirectory + +tmpfilename="$TEST_FILESTEM.lisp" # This should fail, as type inference should show that the call to FOO # will return something of the wrong type. @@ -39,11 +39,11 @@ expect_failed_compile $tmpfilename # having the same name. cat > $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename < $tmpfilename <