diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-22 14:48:42 +0200 |
| commit | 0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8 (patch) | |
| tree | 4e69457ed87cb06decc12889a1ded18c17610dad /test/test.sh | |
| parent | 259c7326f78d5495f5dc51c619932599a5279f68 (diff) | |
| download | nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.tar.gz nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.zip | |
Small change of plans, moved stuff around
Diffstat (limited to '')
| -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 9eae127..00dd5ce 100755 --- a/test/test.sh +++ b/test/test.sh | |||
| @@ -5,7 +5,7 @@ CC="cc -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ | |||
| 5 | if [ $(uname) != "OpenBSD" ]; then | 5 | if [ $(uname) != "OpenBSD" ]; then |
| 6 | CC="$CC -fsanitize=address -fsanitize=undefined" | 6 | CC="$CC -fsanitize=address -fsanitize=undefined" |
| 7 | fi | 7 | fi |
| 8 | SRC="src/cube_array.c" | 8 | SRC="src/cube.c" |
| 9 | TESTBIN="test/run" | 9 | TESTBIN="test/run" |
| 10 | TESTOUT="test/last.out" | 10 | TESTOUT="test/last.out" |
| 11 | TESTERR="test/last.err" | 11 | TESTERR="test/last.err" |
