about summary refs log tree commit diff
path: root/test/xpm-roundtrip.test
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-23 17:24:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-09-23 17:24:46 +0000
commit3809252d2a17c8570e63c66bcd7d9ee2bfaae807 (patch)
treedc0bb5f69d65c4ae9799e7bd4f575c219ec9f235 /test/xpm-roundtrip.test
parent6e6126925ecb9f12f4d9ee36e1f4f1a465477b9d (diff)
downloadnetpbm-mirror-3809252d2a17c8570e63c66bcd7d9ee2bfaae807.tar.gz
netpbm-mirror-3809252d2a17c8570e63c66bcd7d9ee2bfaae807.tar.xz
netpbm-mirror-3809252d2a17c8570e63c66bcd7d9ee2bfaae807.zip
Add ybm, JPEG scans test, improve xpm, cis tests
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4682 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/xpm-roundtrip.test')
-rwxr-xr-xtest/xpm-roundtrip.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/xpm-roundtrip.test b/test/xpm-roundtrip.test
index 6e3e415b..c016c8c3 100755
--- a/test/xpm-roundtrip.test
+++ b/test/xpm-roundtrip.test
@@ -2,8 +2,10 @@
 # This script tests: ppmtoxpm xpmtoppm
 # Also requires: pgmtopbm ppmtopgm
 
+echo "Test 1. Should print 1926073387 101484"
+ppmtoxpm -hexonly testimg.ppm | \
+  xpmtoppm  | cksum
 
-#ppmtoxpm -hexonly testimg.ppm | \
-# xpmtoppm  | cksum
+echo "Test 2. Should print 281226646 481"
 ppmtoxpm maze.pbm | xpmtoppm | \
   ppmtopgm | pgmtopbm -th -value=0.5 | cksum