From 4296fe52a37736b7533b3bf447b29ad7933a3ab4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 24 Nov 2012 19:18:45 +0000 Subject: New test framework, lots of tests git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1775 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pnmcat.test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/pnmcat.test (limited to 'test/pnmcat.test') diff --git a/test/pnmcat.test b/test/pnmcat.test new file mode 100755 index 00000000..35efd515 --- /dev/null +++ b/test/pnmcat.test @@ -0,0 +1,9 @@ +#! /bin/bash +# This script tests: pnmcat +# Also requires: + +${PBM_TESTPREFIX}pnmcat -lr testgrid.pbm testgrid.pbm | cksum +${PBM_TESTPREFIX}pnmcat -tb testgrid.pbm testgrid.pbm | cksum + +${PBM_TESTPREFIX}pnmcat -lr testimg.ppm testimg.ppm | cksum +${PBM_TESTPREFIX}pnmcat -tb testimg.ppm testimg.ppm | cksum -- cgit 1.4.1