aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-22 14:48:42 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-22 14:48:42 +0200
commit0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8 (patch)
tree4e69457ed87cb06decc12889a1ded18c17610dad /test
parent259c7326f78d5495f5dc51c619932599a5279f68 (diff)
downloadnissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.tar.gz
nissy-core-0c49ed5afc2ae9e4bc4aa1af9c655bbe1f3d14b8.zip
Small change of plans, moved stuff around
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