From 525bfc8c52ea88c15207de0f83941b3fc515c20b Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 16 Nov 2014 19:53:37 +0000 Subject: Add tests for Ppmchange, Pambackground miscellaneous other refinements git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2314 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pamenlarge.test | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'test/pamenlarge.test') diff --git a/test/pamenlarge.test b/test/pamenlarge.test index 8f9e3c70..ced156dd 100755 --- a/test/pamenlarge.test +++ b/test/pamenlarge.test @@ -1,8 +1,11 @@ #! /bin/bash # This script tests: pamenlarge -# Also requires: pamchannel +# Also requires: pamchannel pamseq pamtopnm alias pamenlarge="${PBM_TESTPREFIX}pamenlarge" + alias pamchannel="${PBM_TESTPREFIX}pamchannel" + alias pamseq="${PBM_TESTPREFIX}pamseq" + alias pamchannel="${PBM_TESTPREFIX}pamchannel" shopt -s expand_aliases # Test 1. Should print 3424505894 913236 @@ -12,5 +15,5 @@ pamchannel -infile=testimg.ppm -tupletype="GRAYSCALE" 0 | pamtopnm | \ pamenlarge 3 | cksum # Test 3. Should print 3342398172 297 pamenlarge 3 testgrid.pbm | cksum -# Test 4. Should print 237488670 3133413 -pamenlarge 3 -plain testimg.ppm | cksum +# Test 4. Should print 398497872 6806 +pamseq 3 4 | pamtopnm -assume | pamenlarge 3 -plain | cksum -- cgit 1.4.1