From efe7e0fa3c13e51ae987765e43ff882f49fc8a3e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Sep 2015 09:07:28 +0100 Subject: test decoding of ico files --- test/runtest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/runtest.sh') 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 -- cgit v1.2.3