From 2edc8c01fba711f4410279b59c784a43cf2dde41 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 8 Oct 2023 14:04:11 +0200 Subject: Added write to SRC format --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.sh') 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" TESTERR="test/last.err" CUBEOBJ="test/cube.o" -$CC -c $SRC -o $CUBEOBJ +$CC -c $SRC -o $CUBEOBJ || exit 1 for t in test/*; do if [ ! -d $t ]; then continue; fi -- cgit v1.3