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/ppmdfont.test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/ppmdfont.test (limited to 'test/ppmdfont.test') diff --git a/test/ppmdfont.test b/test/ppmdfont.test new file mode 100755 index 00000000..e973297b --- /dev/null +++ b/test/ppmdfont.test @@ -0,0 +1,9 @@ +#! /bin/bash +# This script tests: ppmdmkfont ppmddumpfont ppmdcfont +# Also requires: + +# Test 1. Should produce: 2726488777 48129 +${PBM_TESTPREFIX}ppmdmkfont | ${PBM_TESTPREFIX}ppmddumpfont 2>&1 | cksum + +# Test 2. Should produce: 2845495212 75033 +${PBM_TESTPREFIX}ppmdmkfont | ${PBM_TESTPREFIX}ppmdcfont | cksum -- cgit 1.4.1