From aae50b3dcf028f23880b5e58997107f079332da0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 9 Mar 2004 14:40:32 +0000 Subject: [PATCH] use found PYTHON Original commit message from CVS: use found PYTHON --- testsuite/Makefile.am | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index c70a1be..a94177c 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,7 +1,6 @@ -testprogs = element.py +tests = element.py -TESTS = $(testprogs) +check-local: + $(PYTHON) runtests.py -check_SCRIPTS = $(testprogs) - -EXTRA_DIST = $(testprogs) +EXTRA_DIST = $(tests) runtests.py -- 2.7.4