aboutsummaryrefslogtreecommitdiff
path: root/tests/do.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/do.sh')
-rwxr-xr-xtests/do.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/do.sh b/tests/do.sh
index 40b93e063..5c7ea452e 100755
--- a/tests/do.sh
+++ b/tests/do.sh
@@ -13,6 +13,10 @@ build_results() {
CMD="$READER -q -i pcap/$f -w result/$f.out -v 2"
$CMD
fi
+ # test fuzz target built with sanitizer on input from corpus
+ if [ -f ../fuzz/fuzz_ndpi_reader ]; then
+ ../fuzz/fuzz_ndpi_reader pcap/$f
+ fi
done
}