diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-28 15:20:35 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-28 15:20:35 +0000 |
commit | 47baf8a4b3da7f646d9ebd1cf5f8ce3d924ebf23 (patch) | |
tree | ab86056c490995f26ff7fcc1032717efa7db7df4 /Build/source/libs/pixman/pixman.test | |
parent | 64b39cb80d70920b691c3b74550b9431b25de4af (diff) |
libs/pixman, libs/cairo: Added for future MetaPost
git-svn-id: svn://tug.org/texlive/trunk@28383 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/pixman/pixman.test')
-rwxr-xr-x | Build/source/libs/pixman/pixman.test | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/libs/pixman/pixman.test b/Build/source/libs/pixman/pixman.test new file mode 100755 index 00000000000..7121625f217 --- /dev/null +++ b/Build/source/libs/pixman/pixman.test @@ -0,0 +1,10 @@ +#! /bin/sh + +# Copyright (C) 2012 Taco Hoekwater <taco@metapost.org> +# You may freely use, modify and/or distribute this file. + +# sorry, don't know what to do .. + +echo ' *** pixman test SKIPPED ***' + +exit 77 |