about summary refs log tree commit diff
path: root/test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-04-30 15:44:43 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-04-30 15:44:43 +0000
commit2fcaee8598d768cbdbc65df26c8faf79556f1e77 (patch)
tree7dcaa29d14626fec1ebeba0b9101bede2d60df50 /test
parent45c217ddf5a85c016c0cd2c5589862faf4b2a113 (diff)
downloadnetpbm-mirror-2fcaee8598d768cbdbc65df26c8faf79556f1e77.tar.gz
netpbm-mirror-2fcaee8598d768cbdbc65df26c8faf79556f1e77.tar.xz
netpbm-mirror-2fcaee8598d768cbdbc65df26c8faf79556f1e77.zip
Add tests for pamshuffle, pamrestack
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4331 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test')
-rw-r--r--test/all-in-place.ok2
-rwxr-xr-xtest/all-in-place.test2
-rw-r--r--test/stdin-pam1.ok2
-rwxr-xr-xtest/stdin-pam1.test6
4 files changed, 10 insertions, 2 deletions
diff --git a/test/all-in-place.ok b/test/all-in-place.ok
index e50efc8c..21f7f225 100644
--- a/test/all-in-place.ok
+++ b/test/all-in-place.ok
@@ -75,12 +75,14 @@ pamperspective: ok
 pampick: ok
 pampop9: ok
 pamrecolor: ok
+pamrestack: ok
 pamrubber: ok
 pamscale: ok
 pamseq: ok
 pamshadedrelief: ok
 pamsharpmap: ok
 pamsharpness: ok
+pamshuffle: ok
 pamsistoaglyph: ok
 pamslice: ok
 pamsplit: ok
diff --git a/test/all-in-place.test b/test/all-in-place.test
index d154dba4..41bd1774 100755
--- a/test/all-in-place.test
+++ b/test/all-in-place.test
@@ -117,12 +117,14 @@ ordinary_testprogs="\
   pampick \
   pampop9 \
   pamrecolor \
+  pamrestack \
   pamrubber \
   pamscale \
   pamseq \
   pamshadedrelief \
   pamsharpmap \
   pamsharpness \
+  pamshuffle \
   pamsistoaglyph \
   pamslice \
   pamsplit \
diff --git a/test/stdin-pam1.ok b/test/stdin-pam1.ok
index 31f24b3d..e66da036 100644
--- a/test/stdin-pam1.ok
+++ b/test/stdin-pam1.ok
@@ -22,10 +22,12 @@ pammosaicknit: 0 0 0 0
 pamoil: 0 0 0 0
 pamperspective 0 0 0 1 1 0 1 1: 0 0 0 0
 pamrecolor: 0 0 0 0
+pamrestack: 0 0 0 0
 pamrubber -quad 1 1 2 2: 0 0 0 0
 pamscale 2: 0 0 0 0
 pamshadedrelief: 0 0 0 0
 pamsharpness: 0 0 0 0
+pamshuffle -randomseed=1: 0 0 0 0
 pamsistoaglyph: 0 0 0 0
 pamslice -row=1: 0 0 0 0
 pamstack: 0 0 0 0
diff --git a/test/stdin-pam1.test b/test/stdin-pam1.test
index 68d0d34c..1331abd0 100755
--- a/test/stdin-pam1.test
+++ b/test/stdin-pam1.test
@@ -4,8 +4,8 @@
 # This script tests: pamedge pamexec pamfile pamfind pamfix pamflip
 # This script tests: pamfunc pamhomography pamhue pamlevels
 # This script tests: pammixinterlace pammosaicknit pamoil
-# This script tests: pamperspective pamrecolor pamrubber pamscale
-# This script tests: pamshadedrelief pamsharpness pamsistoaglyph
+# This script tests: pamperspective pamrecolor pamrestack pamrubber pamscale
+# This script tests: pamshadedrelief pamsharpness pamshuffle pamsistoaglyph
 # This script tests: pamslice pamstack pamstereogram pamstretch
 # This script tests: pamstretch-gen pamsumm pamsummcol pamtable pamthreshold
 # This script tests: pamtilt pamtopnm pamwipeout
@@ -43,10 +43,12 @@ for testprog in \
     pamoil \
     "pamperspective 0 0 0 1 1 0 1 1" \
     pamrecolor \
+    pamrestack \
     "pamrubber -quad 1 1 2 2" \
     "pamscale 2" \
     pamshadedrelief \
     pamsharpness \
+    "pamshuffle -randomseed=1" \
     pamsistoaglyph \
     "pamslice -row=1" \
     pamstack \