aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-09-20 21:48:04 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-09-20 21:48:04 +0200
commit99fabe8592a4022313b1cb0581881ee1bc6b1c99 (patch)
tree9f44681a5b54e39de85cf394dbbdd91c25fd97c4 /test/test.sh
parent7e702c3387d702374158c61ac6da4b3cb2452186 (diff)
downloadnissy-core-99fabe8592a4022313b1cb0581881ee1bc6b1c99.tar.gz
nissy-core-99fabe8592a4022313b1cb0581881ee1bc6b1c99.zip
Added tests for compose
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 75be809..fb932af 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -5,7 +5,7 @@ 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/array_cube.c" 8SRC="src/cube_array.c"
9TESTBIN="test/run" 9TESTBIN="test/run"
10TESTOUT="test/last.out" 10TESTOUT="test/last.out"
11TESTERR="test/last.err" 11TESTERR="test/last.err"

Generated with cgit - Back to sebastiano.tronto.net