pngvalid tests: add --strict, fix test names
Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
parent
956f295d48
commit
23ddeb58a5
@ -51,9 +51,9 @@ TESTS =\
|
|||||||
tests/pngvalid-gamma-expand16-background\
|
tests/pngvalid-gamma-expand16-background\
|
||||||
tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
|
tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
|
||||||
tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\
|
tests/pngvalid-gamma-threshold tests/pngvalid-gamma-transform\
|
||||||
tests/pngvalid-progressive-interlace-size\
|
tests/pngvalid-progressive-size\
|
||||||
tests/pngvalid-progressive-interlace-standard\
|
tests/pngvalid-progressive-interlace-standard\
|
||||||
tests/pngvalid-progressive-interlace-transform\
|
tests/pngvalid-transform\
|
||||||
tests/pngvalid-progressive-standard tests/pngvalid-standard\
|
tests/pngvalid-progressive-standard tests/pngvalid-standard\
|
||||||
tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
|
tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
|
||||||
tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
|
tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-16-to-8
|
exec ./pngvalid --strict --gamma-16-to-8
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-alpha-mode
|
exec ./pngvalid --strict --gamma-alpha-mode
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-background
|
exec ./pngvalid --strict --gamma-background
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-alpha-mode --expand16
|
exec ./pngvalid --strict --gamma-alpha-mode --expand16
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-background --expand16
|
exec ./pngvalid --strict --gamma-background --expand16
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-transform --expand16
|
exec ./pngvalid --strict --gamma-transform --expand16
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-sbit
|
exec ./pngvalid --strict --gamma-sbit
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-threshold
|
exec ./pngvalid --strict --gamma-threshold
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --gamma-transform
|
exec ./pngvalid --strict --gamma-transform
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
exec ./pngvalid --size --progressive-read
|
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --standard --progressive-read --interlace
|
exec ./pngvalid --strict --standard --progressive-read --interlace
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
exec ./pngvalid --transform
|
|
2
tests/pngvalid-progressive-size
Executable file
2
tests/pngvalid-progressive-size
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec ./pngvalid --strict --size --progressive-read
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --standard --progressive-read
|
exec ./pngvalid --strict --standard --progressive-read
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec ./pngvalid --standard
|
exec ./pngvalid --strict --standard
|
||||||
|
2
tests/pngvalid-transform
Executable file
2
tests/pngvalid-transform
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
exec ./pngvalid --strict --transform
|
Loading…
Reference in New Issue
Block a user