aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-22 23:34:53 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-22 23:43:36 +0200
commitb3622e04dfb8317b745f8c911d31dc80bc2f9d66 (patch)
tree825e54d062667a6cb76ff36730a8e36444fa20ba /test
parent4a7e2dccaa54bc42a4b67cf35cf8b926cf357bb3 (diff)
downloadnissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.tar.gz
nissy-core-b3622e04dfb8317b745f8c911d31dc80bc2f9d66.zip
Preparatory work for benchmarks, little fixes
Diffstat (limited to '')
-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