summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-12-24 07:25:12 -0500
committerJeffrey Walton <noloader@gmail.com>2016-12-24 07:25:12 -0500
commit06f79d904d5d4a801910e31bcca2846e5afbeaff (patch)
tree574467930a471f69d5c8d427a7912c1b59afef1d /TestScripts/cryptest.sh
parent7031fc7f6fb3c96ced8a1e86391d9bef2c007518 (diff)
downloadcryptopp-git-06f79d904d5d4a801910e31bcca2846e5afbeaff.tar.gz
Remove vectorization test. This one test needs to be in its own script
Diffstat (limited to 'TestScripts/cryptest.sh')
-rwxr-xr-xTestScripts/cryptest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest.sh b/TestScripts/cryptest.sh
index ef62d123..fb1c2b19 100755
--- a/TestScripts/cryptest.sh
+++ b/TestScripts/cryptest.sh
@@ -3829,7 +3829,7 @@ fi
############################################
# Release build, Bounds Sanitizer, c++17
-if [[ ("$HAVE_CXX14" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then
+if [[ ("$HAVE_CXX17" -ne "0" && "$HAVE_BOUNDS_SAN" -ne "0") ]]; then
echo
echo "************************************" | tee -a "$TEST_RESULTS"
echo "Testing: Release, c++17, Bounds Sanitizer" | tee -a "$TEST_RESULTS"