diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/05_transform/transform_tests.c | 1 | ||||
| -rwxr-xr-x | test/test.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/test/05_transform/transform_tests.c b/test/05_transform/transform_tests.c index c648662..1e49037 100644 --- a/test/05_transform/transform_tests.c +++ b/test/05_transform/transform_tests.c | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | #include <stdio.h> | 3 | #include <stdio.h> |
| 4 | 4 | ||
| 5 | #include "../../src/cube.h" | 5 | #include "../../src/cube.h" |
| 6 | #include "../../src/constants.h" | ||
| 7 | 6 | ||
| 8 | #define STRLENMAX 10000 | 7 | #define STRLENMAX 10000 |
| 9 | 8 | ||
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" |
