From 380588e187c12000ac8082cb2a20a905d3c422a5 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Jun 2013 19:19:47 +0000 Subject: Release 10.63.00 git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1968 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- test/pgmnoise.test | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 test/pgmnoise.test (limited to 'test/pgmnoise.test') diff --git a/test/pgmnoise.test b/test/pgmnoise.test new file mode 100644 index 00000000..8ee2fccc --- /dev/null +++ b/test/pgmnoise.test @@ -0,0 +1,22 @@ +#! /bin/bash +# This script tests: pgmnoise +# Also requires: + +# We first check whether random number generator is glibc rand(). +# If not, this test is skipped. + +${PBM_TESTPREFIX}pgmnoise --testrandom + +case $? in + 81) + # Should print: 1663614689 10015 + ${PBM_TESTPREFIX}pgmnoise --randomseed=0 100 100 | cksum ;; + + # Any additional tests go here. + + 8[02-9] | 90) + echo "Skipping: random number generator is not glibc." 1>&2 + exit 80;; + + *) exit 1;; # pgmnoise --testrandom failed +esac -- cgit 1.4.1