Hide output, add pipeline.py

Original commit message from CVS:
Hide output, add pipeline.py
This commit is contained in:
Johan Dahlin 2004-03-09 14:48:03 +00:00
parent aae50b3dcf
commit 9305a25204

View file

@ -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