aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-06 22:59:21 +0100
commit7b48583d629d33971e9f1d5e7aa4ca7f11d8a032 (patch)
tree2c60880a6e754bf5ce813a89c2d7255bb6d0af6a /test
parentd1aaa9264089fa64a98eecef09aa4a5d9773e345 (diff)
downloadnissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.tar.gz
nissy-core-7b48583d629d33971e9f1d5e7aa4ca7f11d8a032.zip
Started working on solve
Diffstat (limited to 'test')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index a018401..68b87aa 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -2,7 +2,7 @@
2 2
3re="${TEST:-$@}" 3re="${TEST:-$@}"
4 4
5CC="cc -DDEBUG -std=c99 -pthread -pedantic -Wall -Wextra \ 5CC="cc -DDEBUG -std=c99 -pedantic -Wall -Wextra \
6 -Wno-unused-parameter -Wno-unused-function -g3 -D$CUBETYPE" 6 -Wno-unused-parameter -Wno-unused-function -g3 -D$CUBETYPE"
7if [ "$CUBETYPE" = "CUBE_AVX2" ]; then 7if [ "$CUBETYPE" = "CUBE_AVX2" ]; then
8 CC="$CC -mavx2" 8 CC="$CC -mavx2"

Generated with cgit - Back to sebastiano.tronto.net