blob: daf594818180a077760e15394267745e4af36de3 (
plain)
1
2
3
4
5
6
7
8
|
#! /bin/sh
# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org>
# You may freely use, modify and/or distribute this file.
./pngtest $srcdir/$LIBPNG_TREE/pngtest.png \
|| exit 1
|