mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] Enabled parallel tests - back ported from libpng-1.7.
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
0695fcd834
commit
b724c812ec
14
tests/pngstest-error
Executable file
14
tests/pngstest-error
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
code=77 # skipped
|
||||
for t in "${srcdir}/contrib/pngsuite/"x*".png"
|
||||
do
|
||||
if test "$t" != "${srcdir}/contrib/pngsuite/x*.png"
|
||||
then
|
||||
# not skipped, test it
|
||||
if ./pngstest --strict --tmpfile "error" --log "$@" "$t"
|
||||
then
|
||||
code=0 # oops, success: should not happen!
|
||||
fi
|
||||
fi
|
||||
done
|
||||
exit $code
|
||||
Reference in New Issue
Block a user