From ccfc548cc8507b16397f674cbb0a8911781e27b4 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 12 Dec 2012 03:43:47 +0000 Subject: various changes to test facility git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1806 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/yuv-roundtrip.test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 test/yuv-roundtrip.test (limited to 'test/yuv-roundtrip.test') diff --git a/test/yuv-roundtrip.test b/test/yuv-roundtrip.test new file mode 100755 index 00000000..c160c480 --- /dev/null +++ b/test/yuv-roundtrip.test @@ -0,0 +1,8 @@ +#! /bin/bash +# This script tests: ppmtoyuv yuvtoppm +# Also requires: pamgradient + +# Should produce 1904478375 253455 + +${PBM_BINPREFIX}pamgradient cyan yellow red green 352 240 | \ + ${PBM_TESTPREFIX}ppmtoyuv | ${PBM_TESTPREFIX}yuvtoppm 352 240 | cksum -- cgit 1.4.1