libpng/test-pngtest.sh

9 lines
228 B
Bash
Raw Normal View History

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