summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-09-02 09:07:28 +0100
committerVincent Sanders <vince@kyllikki.org>2015-09-02 09:07:28 +0100
commitefe7e0fa3c13e51ae987765e43ff882f49fc8a3e (patch)
treea568dae4c50c3935fe434578f845e496acaaeadf /test
parentf2d8f433391919bc13041fe850aefb502fa6f348 (diff)
downloadlibnsbmp-efe7e0fa3c13e51ae987765e43ff882f49fc8a3e.tar.gz
libnsbmp-efe7e0fa3c13e51ae987765e43ff882f49fc8a3e.tar.bz2
test decoding of ico files
Diffstat (limited to 'test')
-rwxr-xr-xtest/runtest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/runtest.sh b/test/runtest.sh
index 65d7f45..4ac3302 100755
--- a/test/runtest.sh
+++ b/test/runtest.sh
@@ -21,6 +21,6 @@ for BMP in $(ls test/bmpsuite/*.bmp);do
bmpdecode ${BMP}
done
-#for ICO in $(ls test/icons/*.ico);do
-# icodecode ${BMP}
-#done
+for ICO in $(ls test/icons/*.ico);do
+ icodecode ${ICO}
+done