aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/05_transform/transform_tests.c1
-rwxr-xr-xtest/test.sh2
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 \
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_array.c" 8SRC="src/cube.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