diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-02-02 01:48:57 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2014-02-02 01:48:57 +0000 |
commit | 2f0b278d8156fb9c829f1ac97db5b8f2aab58717 (patch) | |
tree | 2bbc810809a84ca46758859ab167e060b3f6d7bc /test/Test-Order | |
parent | babc41a25094d444c75c6345a3958d16293f85c1 (diff) | |
download | netpbm-mirror-2f0b278d8156fb9c829f1ac97db5b8f2aab58717.tar.gz netpbm-mirror-2f0b278d8156fb9c829f1ac97db5b8f2aab58717.tar.xz netpbm-mirror-2f0b278d8156fb9c829f1ac97db5b8f2aab58717.zip |
Add ability to run tests for a specific program; add ability to print messages when tests fail; new tests
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2119 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'test/Test-Order')
-rw-r--r-- | test/Test-Order | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Test-Order b/test/Test-Order index 31cd5324..1444f814 100644 --- a/test/Test-Order +++ b/test/Test-Order @@ -67,6 +67,10 @@ pnmshear.test ppmmix.test +# Symmetry test + +symmetry.test + # Format converter tests pbmtog3.test @@ -104,6 +108,7 @@ gem-roundtrip.test gif-roundtrip.test gif-quant-roundtrip.test hdiff-roundtrip.test +jbig-roundtrip.test leaf-roundtrip.test mgr-roundtrip.test mrf-roundtrip.test |