mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Add new pngvalid test case
This tests the 'size' images in the sequential reader, the existing test case only uses the progressive reader which means that important parts of the filter code never got tested. Signed-off-by: John Bowler <jbowler@acm.org>
This commit is contained in:
parent
edec44bfc4
commit
8bffb48bc1
@ -51,7 +51,7 @@ 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-size\
|
||||
tests/pngvalid-progressive-size tests/pngvalid-size\
|
||||
tests/pngvalid-progressive-interlace-standard\
|
||||
tests/pngvalid-transform tests/pngvalid-interlace-transform\
|
||||
tests/pngvalid-progressive-standard tests/pngvalid-standard\
|
||||
|
2
tests/pngvalid-size
Executable file
2
tests/pngvalid-size
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --strict --size
|
Loading…
x
Reference in New Issue
Block a user