summaryrefslogtreecommitdiff
path: root/test/runtest.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-26 09:56:20 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-26 09:56:20 +0100
commit3c65665517a3a3a1373b9ca2b1829bf657e293a3 (patch)
tree21981c01ddbc17013378ae68bb4d367f8969e78b /test/runtest.sh
parent28a6d42203b08d1f31052e998a7c85b5c1d7ea49 (diff)
downloadlibnsbmp-3c65665517a3a3a1373b9ca2b1829bf657e293a3.tar.gz
libnsbmp-3c65665517a3a3a1373b9ca2b1829bf657e293a3.tar.bz2
add test cases generated from our own run of AFL
Fuzzers alive : 7 Total run time : 20 days, 16 hours Total execs : 989 million Cumulative speed : 3876 execs/sec Pending paths : 0 faves, 363 total Pending per fuzzer : 0 faves, 51 total (on average) Crashes found : 0 locally unique
Diffstat (limited to 'test/runtest.sh')
-rwxr-xr-xtest/runtest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index eac8b0c..f3c047d 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -21,6 +21,9 @@ BMPTESTS="${BMPTESTS} test/bmp/*.bmp"
# afl bitmap suite
BMPTESTS="${BMPTESTS} test/afl-bmp/*.bmp"
+# netsurf afl generated bitmap suite
+BMPTESTS="${BMPTESTS} test/ns-afl-bmp/*.bmp"
+
# icon test directories
ICOTESTS="test/icons/*.ico"