diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-08 14:04:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-08 14:04:11 +0200 |
| commit | 2edc8c01fba711f4410279b59c784a43cf2dde41 (patch) | |
| tree | 67d6404c4f768ad8b1b4e4916e3b9af9f892a7aa /test/test.sh | |
| parent | 9ef630eefb683dcdbe56e96e51b10bf356f20505 (diff) | |
| download | nissy-core-2edc8c01fba711f4410279b59c784a43cf2dde41.tar.gz nissy-core-2edc8c01fba711f4410279b59c784a43cf2dde41.zip | |
Added write to SRC format
Diffstat (limited to 'test/test.sh')
| -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 |
