summaryrefslogtreecommitdiffhomepage
path: root/contrib/libpng/test-pngtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libpng/test-pngtest.sh')
-rwxr-xr-xcontrib/libpng/test-pngtest.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/libpng/test-pngtest.sh b/contrib/libpng/test-pngtest.sh
new file mode 100755
index 0000000..5d12f4a
--- /dev/null
+++ b/contrib/libpng/test-pngtest.sh
@@ -0,0 +1,8 @@
+#!/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