pngvalid tests: add --strict, fix test names

Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
John Bowler
2015-09-25 16:43:34 -07:00
parent 956f295d48
commit 23ddeb58a5
17 changed files with 18 additions and 18 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-16-to-8
exec ./pngvalid --strict --gamma-16-to-8

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-alpha-mode
exec ./pngvalid --strict --gamma-alpha-mode

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-background
exec ./pngvalid --strict --gamma-background

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-alpha-mode --expand16
exec ./pngvalid --strict --gamma-alpha-mode --expand16

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-background --expand16
exec ./pngvalid --strict --gamma-background --expand16

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-transform --expand16
exec ./pngvalid --strict --gamma-transform --expand16

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-sbit
exec ./pngvalid --strict --gamma-sbit

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-threshold
exec ./pngvalid --strict --gamma-threshold

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --gamma-transform
exec ./pngvalid --strict --gamma-transform

View File

@@ -1,2 +0,0 @@
#!/bin/sh
exec ./pngvalid --size --progressive-read

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard --progressive-read --interlace
exec ./pngvalid --strict --standard --progressive-read --interlace

View File

@@ -1,2 +0,0 @@
#!/bin/sh
exec ./pngvalid --transform

View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec ./pngvalid --strict --size --progressive-read

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard --progressive-read
exec ./pngvalid --strict --standard --progressive-read

View File

@@ -1,2 +1,2 @@
#!/bin/sh
exec ./pngvalid --standard
exec ./pngvalid --strict --standard

2
tests/pngvalid-transform Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
exec ./pngvalid --strict --transform