aboutgitcodebugslistschat
path: root/test/build/all
diff options
context:
space:
mode:
Diffstat (limited to 'test/build/all')
-rw-r--r--test/build/all10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/build/all b/test/build/all
index 9aa6c61..6043793 100644
--- a/test/build/all
+++ b/test/build/all
@@ -40,13 +40,3 @@ host CFLAGS="-Werror" make
check [ -f passt ]
check [ -h pasta ]
check [ -f qrap ]
-
-test Build AVX2
-host make clean
-check ! [ -e passt ]
-check ! [ -e pasta ]
-check ! [ -e qrap ]
-host CFLAGS="-Werror" make avx2
-check [ -f passt ]
-check [ -h pasta ]
-check [ -f qrap ]