5 lines
175 B
Bash
Executable file
5 lines
175 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# pngimage-full test:
|
|
# Exhaustive read validation against the pngsuite corpus.
|
|
exec ./pngimage --exhaustive --list-combos --log "${srcdir}/contrib/pngsuite/"*.png
|