diff options
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 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 |