about summary refs log tree commit diff
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/pamcut.test10
-rw-r--r--editor/pamenlarge.test8
-rw-r--r--editor/pamflip/pamflip.test12
-rw-r--r--editor/pnminvert.test15
4 files changed, 0 insertions, 45 deletions
diff --git a/editor/pamcut.test b/editor/pamcut.test
deleted file mode 100644
index be70f1fd..00000000
--- a/editor/pamcut.test
+++ /dev/null
@@ -1,10 +0,0 @@
-echo Test 1.  Should print 2958909756 124815
-./pamcut -top 0 -left 0 -width 260 -height 160 -pad ../testimg.ppm | cksum
-echo Test 2.  Should print 1550940962 10933
-./pamcut -top 200 -left 120 -width 40 -height 40 -pad ../testimg.ppm | cksum
-echo Test 3.  Should print 708474423 14
-./pamcut -top 5 -left 5 -bottom 5 -right 5 ../testimg.ppm | cksum
-echo Test 3.  Should print 3412257956 129
-pbmmake -g 50 50 | ./pamcut 5 5 30 30 | cksum
-
-
diff --git a/editor/pamenlarge.test b/editor/pamenlarge.test
deleted file mode 100644
index 7584af01..00000000
--- a/editor/pamenlarge.test
+++ /dev/null
@@ -1,8 +0,0 @@
-echo Test 1.  Should print 3424505894 913236
-./pamenlarge 3 ../testimg.ppm | cksum
-echo Test 2.  Should print 4152147096 304422
-ppmtopgm ../testimg.ppm | ./pamenlarge 3 | cksum
-echo Test 3.  Should print 3342398172 297
-./pamenlarge 3 ../testgrid.pbm | cksum
-echo Test 4.  Should print 237488670 3133413
-./pamenlarge 3 -plain ../testimg.ppm | cksum
diff --git a/editor/pamflip/pamflip.test b/editor/pamflip/pamflip.test
deleted file mode 100644
index 96e889ea..00000000
--- a/editor/pamflip/pamflip.test
+++ /dev/null
@@ -1,12 +0,0 @@
-echo Test 1.  Should print 2116496681 101484
-./pamflip -lr ../testimg.ppm | cksum 
-echo Test 2.  Should print 217037000 101484
-./pamflip -cw ../testimg.ppm | cksum
-echo Test 3.  Should print 2052917888 101484
-./pamflip -tb ../testimg.ppm | cksum
-echo Test 4.  Should print 3375384165 41
-./pamflip -lr ../testgrid.pbm | cksum
-echo Test 5.  Should print 604323149 41
-./pamflip -tb ../testgrid.pbm | cksum
-echo Test 6.  Should print 490797850 37
-./pamflip -cw ../testgrid.pbm | cksum
diff --git a/editor/pnminvert.test b/editor/pnminvert.test
deleted file mode 100644
index 5534f20d..00000000
--- a/editor/pnminvert.test
+++ /dev/null
@@ -1,15 +0,0 @@
-echo Test 1.  Should print 1240379484 41
-./pnminvert ../testgrid.pbm | cksum
-echo Test 2.  Should print 1416115901 101484
-./pnminvert ../testimg.ppm | cksum
-echo Test 3.  Should print 2961441369 33838
-ppmtopgm ../testimg.ppm | ./pnminvert | cksum
-echo Test 4.  Should print 2595564405 14
-pbmmake -w 7 7 | ./pnminvert | cksum
-echo Test 5.  Should print 2595564405 14
-pbmmake -b 7 7 | cksum
-echo Test 6.  Should print 2595564405 14
-pbmmake -b 7 7 | ./pnminvert | ./pnminvert | cksum
-echo Test 7.  Should print 2896726098 15
-pbmmake -g 8 8 | ./pnminvert | cksum
-