X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fforeign.test.sh;h=35efc19849e067440f011c0d56b7f2d4c3d23533;hb=c4e725639ba67b17664700c96d04746f97c8075c;hp=b5176bde7494c0641c08db8acdd9987072a30ba2;hpb=5827ad0e60f034bff35ff1986aa5227ed88eef45;p=sbcl.git diff --git a/tests/foreign.test.sh b/tests/foreign.test.sh index b5176bd..35efc19 100644 --- a/tests/foreign.test.sh +++ b/tests/foreign.test.sh @@ -9,7 +9,7 @@ # 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. @@ -38,7 +38,7 @@ build_so() { cc -c $1.c -o $1.o $CFLAGS ld $SO_FLAGS -o $1.so $1.o } - + echo 'int summish(int x, int y) { return 1 + x + y; }' > $testfilestem.c echo 'int numberish = 42;' >> $testfilestem.c echo 'int nummish(int x) { return numberish + x; }' >> $testfilestem.c @@ -89,7 +89,7 @@ cat > $testfilestem.def.lisp < $testfilestem.def.lisp <