aboutsummaryrefslogtreecommitdiff
path: root/tests/do.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/do.sh.in')
-rwxr-xr-xtests/do.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/do.sh.in b/tests/do.sh.in
index 36b83b128..d04b483b6 100755
--- a/tests/do.sh.in
+++ b/tests/do.sh.in
@@ -3,6 +3,9 @@
cd "$(dirname "${0}")"
FUZZY_TESTING_ENABLED=@BUILD_FUZZTARGETS@
+if [ "$NDPI_DISABLE_FUZZY" = "1" ]; then
+ FUZZY_TESTING_ENABLED=0
+fi
#Remember: valgrind and *SAN are incompatible!
VALGRIND=""