From f6e2e4efbdd44ba2ce51fc1555361c23ec6c8beb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 27 Mar 2017 18:00:45 +0000 Subject: Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT, per https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html Means explicitly exporting all variables, unfortunately. (EXTRA_DIST): correct Tlpatches typo to TLpatches. git-svn-id: svn://tug.org/texlive/trunk@43617 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/pmx/ChangeLog | 4 ++++ Build/source/utils/pmx/Makefile.am | 5 ++--- Build/source/utils/pmx/Makefile.in | 3 ++- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'Build/source/utils/pmx') diff --git a/Build/source/utils/pmx/ChangeLog b/Build/source/utils/pmx/ChangeLog index 1d3e41ca94b..d42497d2b50 100644 --- a/Build/source/utils/pmx/ChangeLog +++ b/Build/source/utils/pmx/ChangeLog @@ -1,3 +1,7 @@ +2017-03-27 Karl Berry + + * Makefile.am (AM_TESTS_ENVIRONMENT): use instead of TESTS_ENVIRONMENT. + 2016-12-09 Akira Kakuto * Import pmx 2.7.6. diff --git a/Build/source/utils/pmx/Makefile.am b/Build/source/utils/pmx/Makefile.am index 4ef2d610a60..f0cce79a016 100644 --- a/Build/source/utils/pmx/Makefile.am +++ b/Build/source/utils/pmx/Makefile.am @@ -240,12 +240,11 @@ EXTRA_libf2c_a_SOURCES += \ dist_man1_MANS = pmxab.1 scor2prt.1 ## Tests -## +AM_TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests; export test_src; +# TESTS = $(PMX_TREE)/pmx.test $(PMX_TREE)/pmx.log: pmxab$(EXEEXT) scor2prt$(EXEEXT) -TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests - ## $(PMX_TREE)/pmx.test DISTCLEANFILES = barsant* pmxaerr.dat diff --git a/Build/source/utils/pmx/Makefile.in b/Build/source/utils/pmx/Makefile.in index f13e9d608b6..430cf88a5fe 100644 --- a/Build/source/utils/pmx/Makefile.in +++ b/Build/source/utils/pmx/Makefile.in @@ -845,8 +845,9 @@ EXTRA_libf2c_a_SOURCES = @PMX_TREE@/libf2c/uninit.c \ @PMX_TREE@/libf2c/qbitbits.c @PMX_TREE@/libf2c/qbitshft.c \ @PMX_TREE@/libf2c/signbit.c dist_man1_MANS = pmxab.1 scor2prt.1 +AM_TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests; export test_src; +# TESTS = $(PMX_TREE)/pmx.test -TESTS_ENVIRONMENT = test_src=$(srcdir)/$(PMX_TREE)/tests DISTCLEANFILES = barsant* pmxaerr.dat all: all-am -- cgit v1.2.3