diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-03-20 08:07:15 +0000 |
commit | b89093a4be8467433b6dbabfa09b57e213a53fe0 (patch) | |
tree | 6f4fb6eecce8905febf68c34d5926699790466e1 /Build/source/libs/libpng/libpng.test | |
parent | 10d837d22d7d99b26f44847f92501f6037da4ec2 (diff) |
new build system
git-svn-id: svn://tug.org/texlive/trunk@12451 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/libpng/libpng.test')
-rwxr-xr-x | Build/source/libs/libpng/libpng.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/libs/libpng/libpng.test b/Build/source/libs/libpng/libpng.test new file mode 100755 index 00000000000..409f8579c91 --- /dev/null +++ b/Build/source/libs/libpng/libpng.test @@ -0,0 +1,5 @@ +#! /bin/sh + +./pngtest $srcdir/$LIBPNG_TREE/pngtest.png \ + || exit 1 + |