summaryrefslogtreecommitdiff
path: root/test/runtest.sh
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-08-23 00:08:15 +0100
committerVincent Sanders <vince@kyllikki.org>2016-08-23 00:08:15 +0100
commit6dfb16681f4797fd4bc9c73e6c40cafcd367984a (patch)
treedcb7e33d0b14e39b0f6a8e98107e5cd393a81880 /test/runtest.sh
parent110f27feea25760234b1bf3d1725108ece99d7ad (diff)
downloadlibnsbmp-6dfb16681f4797fd4bc9c73e6c40cafcd367984a.tar.gz
libnsbmp-6dfb16681f4797fd4bc9c73e6c40cafcd367984a.tar.bz2
extend icon test corpus with a set generated with AFL
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 27df29c..eac8b0c 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -27,6 +27,9 @@ ICOTESTS="test/icons/*.ico"
# afl ico demo suite
ICOTESTS="${ICOTESTS} test/afl-ico/*.ico"
+# netsurf afl generated icon corpus
+ICOTESTS="${ICOTESTS} test/ns-afl-ico/*.ico"
+
bmpdecode()
{
OUTF=$(basename ${1} .bmp)