diff options
author | Sireesh Tripurari <sireesh.tripurari@linaro.org> | 2014-05-09 15:15:10 +0530 |
---|---|---|
committer | Sireesh Tripurari <sireesh.tripurari@linaro.org> | 2014-05-09 15:15:10 +0530 |
commit | b478e66e7c2621eef5f465e4629ce642db00716b (patch) | |
tree | b855f74a1fa5c817a2cbf10cd236093ba483c838 /tests | |
parent | 8ef380fc5204fd7ff440d243e82298817b212614 (diff) |
Update libpng from 1.6.3 to 1.6.10
Change-Id: I76e81e7fd267d15991cd342c5caeb2fe77964ebf
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/pngimage-full | 2 | ||||
-rwxr-xr-x | tests/pngimage-quick | 2 | ||||
-rwxr-xr-x | tests/pngvalid-progressive-standard | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/tests/pngimage-full b/tests/pngimage-full new file mode 100755 index 000000000..f5eb9895e --- /dev/null +++ b/tests/pngimage-full @@ -0,0 +1,2 @@ +#!/bin/sh +exec ./pngimage --exhaustive --log "${srcdir}/contrib/pngsuite/"*.png diff --git a/tests/pngimage-quick b/tests/pngimage-quick new file mode 100755 index 000000000..2d4b5db22 --- /dev/null +++ b/tests/pngimage-quick @@ -0,0 +1,2 @@ +#!/bin/sh +exec ./pngimage --log "${srcdir}/contrib/pngsuite/"*.png diff --git a/tests/pngvalid-progressive-standard b/tests/pngvalid-progressive-standard index 20ecd1583..aa1b4b4db 100755 --- a/tests/pngvalid-progressive-standard +++ b/tests/pngvalid-progressive-standard @@ -1,2 +1,2 @@ #!/bin/sh -exec ./pngvalid --standard --interlace +exec ./pngvalid --standard --progressive-read |