summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pmpostdir/am/pmpost.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-09-22 11:39:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-09-22 11:39:52 +0000
commit2810785765f50ceb5a18d65346f1866c160dd34d (patch)
treece206101037caaed78f5515bf9f09ff99dc50a8f /Build/source/texk/web2c/pmpostdir/am/pmpost.am
parenta24bf8c59f33a1f347db0fd2270862a2a59a1954 (diff)
pMetaPost, upMetaPost: Add realistic test cases
git-svn-id: svn://tug.org/texlive/trunk@35230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pmpostdir/am/pmpost.am')
-rw-r--r--Build/source/texk/web2c/pmpostdir/am/pmpost.am15
1 files changed, 11 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/pmpostdir/am/pmpost.am b/Build/source/texk/web2c/pmpostdir/am/pmpost.am
index b0d5a86b06b..e6e1d9f1654 100644
--- a/Build/source/texk/web2c/pmpostdir/am/pmpost.am
+++ b/Build/source/texk/web2c/pmpostdir/am/pmpost.am
@@ -167,14 +167,21 @@ DISTCLEANFILES += $(nodist_pmpost_SOURCES) \
## (u)pMetaPost Tests
##
-pmp_tests = pmpostdir/pmpost.test pmpostdir/upmpost.test
+pmpost_tests = pmpostdir/pmpost.test pmpostdir/pmpsamp.test
+upmpost_tests = pmpostdir/upmpost.test pmpostdir/upmpsamp.test
-EXTRA_DIST += $(pmp_tests)
+EXTRA_DIST += $(pmpost_tests) $(upmpost_tests)
if PMP
-TESTS += pmpostdir/pmpost.test
+TESTS += $(pmpost_tests)
endif PMP
if UPMP
-TESTS += pmpostdir/upmpost.test
+TESTS += $(upmpost_tests)
endif UPMP
+EXTRA_DIST += pmpostdir/tests/psample.mp
+## pmpostdir/pmpsamp.test
+DISTCLEANFILES += pmpsamp.*
+## pmpostdir/upmpsamp.test
+DISTCLEANFILES += upmpsamp.*
+