aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/test.sh b/test/test.sh
index 00dd5ce..9e064b2 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -5,13 +5,10 @@ CC="cc -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \
5if [ $(uname) != "OpenBSD" ]; then 5if [ $(uname) != "OpenBSD" ]; then
6 CC="$CC -fsanitize=address -fsanitize=undefined" 6 CC="$CC -fsanitize=address -fsanitize=undefined"
7fi 7fi
8SRC="src/cube.c"
9TESTBIN="test/run" 8TESTBIN="test/run"
10TESTOUT="test/last.out" 9TESTOUT="test/last.out"
11TESTERR="test/last.err" 10TESTERR="test/last.err"
12CUBEOBJ="test/cube.o" 11CUBEOBJ="debugcube.o"
13
14$CC -c $SRC -o $CUBEOBJ || exit 1
15 12
16for t in test/*; do 13for t in test/*; do
17 if [ ! -d $t ]; then continue; fi 14 if [ ! -d $t ]; then continue; fi

Generated with cgit - Back to sebastiano.tronto.net