about summary refs log tree commit diff
path: root/test/pnmcat.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/pnmcat.test')
-rwxr-xr-xtest/pnmcat.test8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/pnmcat.test b/test/pnmcat.test
index fd0e83a2..bf40ada2 100755
--- a/test/pnmcat.test
+++ b/test/pnmcat.test
@@ -1,6 +1,12 @@
 #! /bin/sh
 # This script tests: pnmcat
-# Also requires: pbmmake pgmramp ppmtoppm
+# Also requires: pbmmake pgmramp ppmtoppm pamcat
+
+if [ ${CHECK_TYPE} = tree ]
+  then echo "Skipping." 1>&2
+       echo "Running \"make package; make check\" is recommended." 1>&2
+  exit 80;
+fi
 
 tmpdir=${tmpdir:-/tmp}
 check2x2_pbm=${tmpdir}/check2x2.pbm