From d8c975346820b567a383e71c20d61c37be5887c7 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Fri, 27 Jun 2014 02:16:16 +0000 Subject: Split Pamflip PBM tests from others to isolate possible SSE problems git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2215 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pamflip2.test | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/pamflip2.test (limited to 'test/pamflip2.test') diff --git a/test/pamflip2.test b/test/pamflip2.test new file mode 100644 index 00000000..d9418b25 --- /dev/null +++ b/test/pamflip2.test @@ -0,0 +1,19 @@ +#! /bin/bash +# This script tests: pamflip +# Also requires: + + alias pamflip="${PBM_TESTPREFIX}pamflip" + shopt -s expand_aliases + +# Failure message +## Failure with this test indicates a problem with pamflip transpositions +## (90 degree flips) when input is PBM. This operation is done by an +## optional SSE routine. If you make a wrong choice during configure, +## this test will fail. + +# Test 1. Should print 490797850 37 +pamflip -cw testgrid.pbm | cksum +# Test 1. Should print 3727293411 37 +pamflip -ccw testgrid.pbm | cksum +# Test 2. Should print 3511745816 37 +pamflip -xy testgrid.pbm | cksum -- cgit 1.4.1