From 9305a25204b9a1fca467fd234c7edba09a304304 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 9 Mar 2004 14:48:03 +0000 Subject: [PATCH] Hide output, add pipeline.py Original commit message from CVS: Hide output, add pipeline.py --- testsuite/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index a94177c..b212229 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,6 +1,10 @@ -tests = element.py +tests = \ + element.py \ + pipeline.py check-local: - $(PYTHON) runtests.py + @$(PYTHON) runtests.py + @rm -fr *.pyc EXTRA_DIST = $(tests) runtests.py + -- 2.7.4