Files
libpng/test-pngtest.sh
2011-09-03 14:58:46 -05:00

9 lines
228 B
Bash
Executable File

#!/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