aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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