mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Enable parallel tests and rearrange TESTS order to take advantage of
the massive speed improvements use a make capable of parallel builds on a multi-CPU machine and pass the right arguments to make (-j10000 for GNU make) to get the build to run in parallel.
This commit is contained in:
23
tests/pngstest-0g01
Executable file
23
tests/pngstest-0g01
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-0g02
Executable file
23
tests/pngstest-0g02
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-0g04
Executable file
23
tests/pngstest-0g04
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-0g08
Executable file
23
tests/pngstest-0g08
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-0g16
Executable file
23
tests/pngstest-0g16
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-2c08
Executable file
23
tests/pngstest-2c08
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-2c16
Executable file
23
tests/pngstest-2c16
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-3p01
Executable file
23
tests/pngstest-3p01
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-3p02
Executable file
23
tests/pngstest-3p02
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-3p04
Executable file
23
tests/pngstest-3p04
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-3p08
Executable file
23
tests/pngstest-3p08
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-4a08
Executable file
23
tests/pngstest-4a08
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-4a16
Executable file
23
tests/pngstest-4a16
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-6a08
Executable file
23
tests/pngstest-6a08
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-6a16
Executable file
23
tests/pngstest-6a16
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
23
tests/pngstest-error
Executable file
23
tests/pngstest-error
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# The name of the script should be:
|
||||
#
|
||||
# pngstest-....
|
||||
#
|
||||
# Where the last four characters are the suffix of a PNGSuite test file, or
|
||||
# -error, in which case the x files are used.
|
||||
case "$0" in
|
||||
*/pngstest-????)
|
||||
suffix="${0##*/pngstest\-}"
|
||||
exec ./pngstest --tmpfile "error" "${srcdir}/contrib/pngsuite/"[^x]*"${suffix}.png";;
|
||||
|
||||
*/pngstest-error)
|
||||
# Test files may not exist, fake a failure if not
|
||||
set "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
if test $# -ne 1 -o $1 != "${srcdir}/contrib/pngsuite/x*${suffix}.png"
|
||||
then
|
||||
exec ./pngstest --tmpfile "${suffix}" "${srcdir}/contrib/pngsuite/"x*"${suffix}.png"
|
||||
else
|
||||
exit 1
|
||||
fi;;
|
||||
esac
|
||||
2
tests/pngtest
Executable file
2
tests/pngtest
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngtest --strict ${srcdir}/pngtest.png
|
||||
2
tests/pngunknown-IDAT
Executable file
2
tests/pngunknown-IDAT
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown default=discard IDAT=save "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-discard
Executable file
2
tests/pngunknown-discard
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown default=discard "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-if-safe
Executable file
2
tests/pngunknown-if-safe
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown default=if-safe "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-sAPI
Executable file
2
tests/pngunknown-sAPI
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-sTER
Executable file
2
tests/pngunknown-sTER
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown sTER=if-safe "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-save
Executable file
2
tests/pngunknown-save
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown default=save "${srcdir}/pngtest.png"
|
||||
2
tests/pngunknown-vpAg
Executable file
2
tests/pngunknown-vpAg
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngunknown vpAg=if-safe "${srcdir}/pngtest.png"
|
||||
2
tests/pngvalid-gamma-16-to-8
Executable file
2
tests/pngvalid-gamma-16-to-8
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-16-to-8
|
||||
2
tests/pngvalid-gamma-alpha-mode
Executable file
2
tests/pngvalid-gamma-alpha-mode
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-alpha-mode
|
||||
2
tests/pngvalid-gamma-background
Executable file
2
tests/pngvalid-gamma-background
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-background
|
||||
2
tests/pngvalid-gamma-expand16-alpha-mode
Executable file
2
tests/pngvalid-gamma-expand16-alpha-mode
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-alpha-mode --expand16
|
||||
2
tests/pngvalid-gamma-expand16-background
Executable file
2
tests/pngvalid-gamma-expand16-background
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-background --expand16
|
||||
2
tests/pngvalid-gamma-expand16-transform
Executable file
2
tests/pngvalid-gamma-expand16-transform
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-transform --expand16
|
||||
2
tests/pngvalid-gamma-sbit
Executable file
2
tests/pngvalid-gamma-sbit
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-sbit
|
||||
2
tests/pngvalid-gamma-threshold
Executable file
2
tests/pngvalid-gamma-threshold
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-threshold
|
||||
2
tests/pngvalid-gamma-transform
Executable file
2
tests/pngvalid-gamma-transform
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --gamma-transform
|
||||
2
tests/pngvalid-progressive-interlace-size
Executable file
2
tests/pngvalid-progressive-interlace-size
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --size --progressive-read
|
||||
2
tests/pngvalid-progressive-interlace-standard
Executable file
2
tests/pngvalid-progressive-interlace-standard
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --standard --progressive-read --interlace
|
||||
2
tests/pngvalid-progressive-interlace-transform
Executable file
2
tests/pngvalid-progressive-interlace-transform
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --transform
|
||||
2
tests/pngvalid-progressive-standard
Executable file
2
tests/pngvalid-progressive-standard
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --standard --interlace
|
||||
2
tests/pngvalid-standard
Executable file
2
tests/pngvalid-standard
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec ./pngvalid --standard --progressive-read
|
||||
Reference in New Issue
Block a user