Skip to content

Commit

Permalink
pngvalid tests: add --strict, fix test names
Browse files Browse the repository at this point in the history
Signed-off-by: John Bowler <[email protected]>
  • Loading branch information
jbowler committed Sep 26, 2015
1 parent 956f295 commit 23ddeb5
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ TESTS =\
tests/pngvalid-gamma-expand16-background\
tests/pngvalid-gamma-expand16-transform tests/pngvalid-gamma-sbit\
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-transform\
tests/pngvalid-transform\
tests/pngvalid-progressive-standard tests/pngvalid-standard\
tests/pngstest-1.8 tests/pngstest-1.8-alpha tests/pngstest-linear\
tests/pngstest-linear-alpha tests/pngstest-none tests/pngstest-none-alpha\
Expand Down
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-16-to-8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-16-to-8
exec ./pngvalid --strict --gamma-16-to-8
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-alpha-mode
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-alpha-mode
exec ./pngvalid --strict --gamma-alpha-mode
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-background
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-background
exec ./pngvalid --strict --gamma-background
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-expand16-alpha-mode
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-alpha-mode --expand16
exec ./pngvalid --strict --gamma-alpha-mode --expand16
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-expand16-background
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-background --expand16
exec ./pngvalid --strict --gamma-background --expand16
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-expand16-transform
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-transform --expand16
exec ./pngvalid --strict --gamma-transform --expand16
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-sbit
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-sbit
exec ./pngvalid --strict --gamma-sbit
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-threshold
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-threshold
exec ./pngvalid --strict --gamma-threshold
2 changes: 1 addition & 1 deletion tests/pngvalid-gamma-transform
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-transform
exec ./pngvalid --strict --gamma-transform
2 changes: 0 additions & 2 deletions tests/pngvalid-progressive-interlace-size

This file was deleted.

2 changes: 1 addition & 1 deletion tests/pngvalid-progressive-interlace-standard
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard --progressive-read --interlace
exec ./pngvalid --strict --standard --progressive-read --interlace
2 changes: 0 additions & 2 deletions tests/pngvalid-progressive-interlace-transform

This file was deleted.

2 changes: 2 additions & 0 deletions tests/pngvalid-progressive-size
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec ./pngvalid --strict --size --progressive-read
2 changes: 1 addition & 1 deletion tests/pngvalid-progressive-standard
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard --progressive-read
exec ./pngvalid --strict --standard --progressive-read
2 changes: 1 addition & 1 deletion tests/pngvalid-standard
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard
exec ./pngvalid --strict --standard
2 changes: 2 additions & 0 deletions tests/pngvalid-transform
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
exec ./pngvalid --strict --transform

0 comments on commit 23ddeb5

Please sign in to comment.