summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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