diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-20 21:48:04 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-09-20 21:48:04 +0200 |
| commit | 99fabe8592a4022313b1cb0581881ee1bc6b1c99 (patch) | |
| tree | 9f44681a5b54e39de85cf394dbbdd91c25fd97c4 /test/test.sh | |
| parent | 7e702c3387d702374158c61ac6da4b3cb2452186 (diff) | |
| download | nissy-core-99fabe8592a4022313b1cb0581881ee1bc6b1c99.tar.gz nissy-core-99fabe8592a4022313b1cb0581881ee1bc6b1c99.zip | |
Added tests for compose
Diffstat (limited to 'test/test.sh')
| -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 75be809..fb932af 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/array_cube.c" | 8 | SRC="src/cube_array.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" |
