diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-12 14:05:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-07-12 14:05:09 +0000 |
commit | 36f66d6df08c817f064302706bb6e34fed94fbd8 (patch) | |
tree | 7aa1e386a7c76ed995f3a87e2d544a16de1c06d5 /Build/source/utils/pmx/Makefile.am | |
parent | 2c935654be055252786f67b5a056fc6b621f9c5f (diff) |
pmx: Use the same test script in TL and stand-alone
git-svn-id: svn://tug.org/texlive/trunk@27013 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/pmx/Makefile.am')
-rw-r--r-- | Build/source/utils/pmx/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index 1cb9cef6c64..fb5a6ef6625 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -253,11 +253,10 @@ dist_man1_MANS = pmx2pdf.1 pmxab.1 scor2prt.1 ## Tests ## -TESTS = pmx.test -EXTRA_DIST += $(TESTS) +TESTS = $(PMX_TREE)/pmx.test TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests -## pmx.test +## $(PMX_TREE)/pmx.test DISTCLEANFILES = barsant* pmxaerr.dat |