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