grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / png / tests / pngstest
blobf5cbdbcae4379053d143221db2d19b2f9c4a1df7
1 #!/bin/sh
3 # Usage:
5 # tests/pngstest pattern
7 # Runs pngstest on all the contrib/pngsuite/[^x]*${pattern}.png files
8 # NOTE: pattern is used to name the temporary files pngstest generates
10 pattern="$1"
11 shift
12 exec ./pngstest --strict --tmpfile "${pattern}" --log ${1+"$@"}\
13 "${srcdir}/contrib/pngsuite/"[a-wyz]*${pattern}".png"