diff options
Diffstat (limited to '')
| -rwxr-xr-x | test/test.sh | 2 |
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" | |||
| 11 | TESTERR="test/last.err" | 11 | TESTERR="test/last.err" |
| 12 | CUBEOBJ="test/cube.o" | 12 | CUBEOBJ="test/cube.o" |
| 13 | 13 | ||
| 14 | $CC -c $SRC -o $CUBEOBJ | 14 | $CC -c $SRC -o $CUBEOBJ || exit 1 |
| 15 | 15 | ||
| 16 | for t in test/*; do | 16 | for t in test/*; do |
| 17 | if [ ! -d $t ]; then continue; fi | 17 | if [ ! -d $t ]; then continue; fi |
