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/ppmbrighten.test | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test/ppmbrighten.test (limited to 'test/ppmbrighten.test') diff --git a/test/ppmbrighten.test b/test/ppmbrighten.test new file mode 100755 index 00000000..72bebff4 --- /dev/null +++ b/test/ppmbrighten.test @@ -0,0 +1,7 @@ +#! /bin/bash +# This script tests: ppmbrighten +# Also requires: + +${PBM_TESTPREFIX}ppmbrighten -v 100 testimg.ppm | cksum +${PBM_TESTPREFIX}ppmbrighten -v 100 -normalize testimg.ppm | cksum +${PBM_TESTPREFIX}ppmbrighten -s 100 -v -50 testimg.ppm | cksum -- cgit 1.4.1