diff --git a/Makefile.am b/Makefile.am index 5a2498d3e..73097dbcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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\ diff --git a/tests/pngvalid-gamma-16-to-8 b/tests/pngvalid-gamma-16-to-8 index b32233829..074945d31 100755 --- a/tests/pngvalid-gamma-16-to-8 +++ b/tests/pngvalid-gamma-16-to-8 @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-16-to-8 +exec ./pngvalid --strict --gamma-16-to-8 diff --git a/tests/pngvalid-gamma-alpha-mode b/tests/pngvalid-gamma-alpha-mode index ed04fa511..b16e8abc4 100755 --- a/tests/pngvalid-gamma-alpha-mode +++ b/tests/pngvalid-gamma-alpha-mode @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-alpha-mode +exec ./pngvalid --strict --gamma-alpha-mode diff --git a/tests/pngvalid-gamma-background b/tests/pngvalid-gamma-background index 658e5fe4d..3dbf58d8a 100755 --- a/tests/pngvalid-gamma-background +++ b/tests/pngvalid-gamma-background @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-background +exec ./pngvalid --strict --gamma-background diff --git a/tests/pngvalid-gamma-expand16-alpha-mode b/tests/pngvalid-gamma-expand16-alpha-mode index bdda566a0..4fa10bde2 100755 --- a/tests/pngvalid-gamma-expand16-alpha-mode +++ b/tests/pngvalid-gamma-expand16-alpha-mode @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-alpha-mode --expand16 +exec ./pngvalid --strict --gamma-alpha-mode --expand16 diff --git a/tests/pngvalid-gamma-expand16-background b/tests/pngvalid-gamma-expand16-background index f993c21ae..ad9a91762 100755 --- a/tests/pngvalid-gamma-expand16-background +++ b/tests/pngvalid-gamma-expand16-background @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-background --expand16 +exec ./pngvalid --strict --gamma-background --expand16 diff --git a/tests/pngvalid-gamma-expand16-transform b/tests/pngvalid-gamma-expand16-transform index f462534e8..5fd1f280b 100755 --- a/tests/pngvalid-gamma-expand16-transform +++ b/tests/pngvalid-gamma-expand16-transform @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-transform --expand16 +exec ./pngvalid --strict --gamma-transform --expand16 diff --git a/tests/pngvalid-gamma-sbit b/tests/pngvalid-gamma-sbit index aa82fe04f..6ca08e9e3 100755 --- a/tests/pngvalid-gamma-sbit +++ b/tests/pngvalid-gamma-sbit @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-sbit +exec ./pngvalid --strict --gamma-sbit diff --git a/tests/pngvalid-gamma-threshold b/tests/pngvalid-gamma-threshold index 2cfca9146..3fe4edf77 100755 --- a/tests/pngvalid-gamma-threshold +++ b/tests/pngvalid-gamma-threshold @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-threshold +exec ./pngvalid --strict --gamma-threshold diff --git a/tests/pngvalid-gamma-transform b/tests/pngvalid-gamma-transform index a71ab4d5e..3fa62c688 100755 --- a/tests/pngvalid-gamma-transform +++ b/tests/pngvalid-gamma-transform @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --gamma-transform +exec ./pngvalid --strict --gamma-transform diff --git a/tests/pngvalid-progressive-interlace-size b/tests/pngvalid-progressive-interlace-size deleted file mode 100755 index a31b28355..000000000 --- a/tests/pngvalid-progressive-interlace-size +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec ./pngvalid --size --progressive-read diff --git a/tests/pngvalid-progressive-interlace-standard b/tests/pngvalid-progressive-interlace-standard index 59042eb17..a8cdf9e1a 100755 --- a/tests/pngvalid-progressive-interlace-standard +++ b/tests/pngvalid-progressive-interlace-standard @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --standard --progressive-read --interlace +exec ./pngvalid --strict --standard --progressive-read --interlace diff --git a/tests/pngvalid-progressive-interlace-transform b/tests/pngvalid-progressive-interlace-transform deleted file mode 100755 index edf9a8a79..000000000 --- a/tests/pngvalid-progressive-interlace-transform +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -exec ./pngvalid --transform diff --git a/tests/pngvalid-progressive-size b/tests/pngvalid-progressive-size new file mode 100755 index 000000000..868d6dcc3 --- /dev/null +++ b/tests/pngvalid-progressive-size @@ -0,0 +1,2 @@ +#!/bin/sh +exec ./pngvalid --strict --size --progressive-read diff --git a/tests/pngvalid-progressive-standard b/tests/pngvalid-progressive-standard index aa1b4b4db..bf7e5c1c2 100755 --- a/tests/pngvalid-progressive-standard +++ b/tests/pngvalid-progressive-standard @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --standard --progressive-read +exec ./pngvalid --strict --standard --progressive-read diff --git a/tests/pngvalid-standard b/tests/pngvalid-standard index db8febf65..a89b88424 100755 --- a/tests/pngvalid-standard +++ b/tests/pngvalid-standard @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --standard +exec ./pngvalid --strict --standard diff --git a/tests/pngvalid-transform b/tests/pngvalid-transform new file mode 100755 index 000000000..c7536aeb8 --- /dev/null +++ b/tests/pngvalid-transform @@ -0,0 +1,2 @@ +#!/bin/sh +exec ./pngvalid --strict --transform