From b8baab1ef58b3bbb25caafa9f0d808f503528832 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Wed, 1 Apr 2015 02:04:11 +0000 Subject: restructure tests: check-tree, check-package, check-install; add Valgrind facility; doesn't overwrite prior test results git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2443 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/symmetry.test | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/symmetry.test') diff --git a/test/symmetry.test b/test/symmetry.test index 596b67b2..e6a6b654 100755 --- a/test/symmetry.test +++ b/test/symmetry.test @@ -2,13 +2,6 @@ # This script tests: pgmramp pamgauss pgmkernel pbmmake pbmpscale # Also requires: pamflip - alias pgmramp="${PBM_TESTPREFIX}pgmramp" - alias pamgauss="${PBM_TESTPREFIX}pamgauss" - alias pgmkernel="${PBM_TESTPREFIX}pgmkernel" - alias pbmmake="${PBM_TESTPREFIX}pbmmake" - alias pbmpscale="${PBM_TESTPREFIX}pbmpscale" - alias pamflip="${PBM_BINPREFIX}pamflip" - shopt -s expand_aliases # All tests print "ok" upon success, cksum results otherwise. # The "$3>0" is a kludge for preventing false positives with empty files. @@ -102,4 +95,3 @@ pgmramp -ell 101 33 > ${ell_pgm} awk '$1==3 && $3>0 { print "ok"; exit }; { print }' rm ${ell_pgm} - -- cgit 1.4.1