aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 5e17d33..9eae127 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -11,7 +11,7 @@ TESTOUT="test/last.out"
11TESTERR="test/last.err" 11TESTERR="test/last.err"
12CUBEOBJ="test/cube.o" 12CUBEOBJ="test/cube.o"
13 13
14$CC -c $SRC -o $CUBEOBJ 14$CC -c $SRC -o $CUBEOBJ || exit 1
15 15
16for t in test/*; do 16for t in test/*; do
17 if [ ! -d $t ]; then continue; fi 17 if [ ! -d $t ]; then continue; fi

Generated with cgit - Back to sebastiano.tronto.net