blob: ff79847a0f059e5aa81e7d69113a504244f91184 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /bin/sh -vx
# $Id$
# Copyright 2017 Karl Berry <tex-live@tug.org>
# Copyright 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
|