summaryrefslogtreecommitdiff
path: root/test/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/runtest.sh')
-rwxr-xr-xtest/runtest.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index c3e504c..5ac5a89 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -16,9 +16,15 @@ BMPTESTS="test/bmpsuite/*.bmp"
# netsurf test bitmaps
BMPTESTS="${BMPTESTS} test/bmp/*.bmp"
+# afl bitmap suite
+BMPTESTS="${BMPTESTS} test/afl-bmp/*.bmp"
+
# icon test directories
ICOTESTS="test/icons/*.ico"
+# afl ico suite
+ICOTESTS="${BMPTESTS} test/afl-ico/*.ico"
+
bmpdecode()
{
OUTF=$(basename ${1} .bmp)
@@ -65,7 +71,7 @@ ICOTESTERRC=0
# netsurf test icons
for ICO in $(ls ${ICOTESTS});do
- ICOTESTTOTC=$((BMPTESTTOTC+1))
+ ICOTESTTOTC=$((ICOTESTTOTC+1))
icodecode ${ICO}
ECODE=$?
if [ "${ECODE}" -gt 128 ];then