diff options
Diffstat (limited to 'test/facesaver-roundtrip.test')
-rwxr-xr-x | test/facesaver-roundtrip.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/facesaver-roundtrip.test b/test/facesaver-roundtrip.test new file mode 100755 index 00000000..410ba897 --- /dev/null +++ b/test/facesaver-roundtrip.test @@ -0,0 +1,8 @@ +#! /bin/bash +# This script tests: pgmtofs fstopgm +# Also requires: ppmtopgm + +# Should produce 2871603838 33838, cksum of testimg.pgm + +${PBM_BINPREFIX}ppmtopgm testimg.ppm | \ + ${PBM_TESTPREFIX}pgmtofs | ${PBM_TESTPREFIX}fstopgm | cksum \ No newline at end of file |