2004-12-02 19:14:51 -05:00
|
|
|
#!/bin/sh
|
|
|
|
|
2010-12-08 18:26:50 -05:00
|
|
|
echo "Running tests. For details see pngtest-log.txt"
|
|
|
|
|
|
|
|
echo "============ pngtest pngtest.png ==============" > pngtest-log.txt
|
|
|
|
|
|
|
|
echo "Running test-pngtest.sh"
|
2010-12-08 21:33:39 -05:00
|
|
|
./pngtest ${srcdir}/pngtest.png >> pngtest-log.txt 2>&1
|