提交 36f58843 编写于 作者: G Glenn Randers-Pehrson

[libpng15] Added test-pngstest.sh

上级 e7acc6ac
#!/bin/sh
#
# Run the simplified API tests
err=0
echo >> pngtest-log.txt
echo "============ pngstest.sh ==============" >> pngtest-log.txt
echo "Running test-pngstest.sh on contrib/pngsuite/*.png"
for opts in "" "--background"
do
if ./pngstest --log "$@" $opts ${srcdir}/contrib/pngsuite/*.png \
>>pngtest-log.txt 2>&1
then
echo " PASS: pngstest $opts"
else
echo " FAIL: pngstest $opts"
err=1
fi
done
exit $err
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册