Hide output, add pipeline.py
authorJohan Dahlin <johan@gnome.org>
Tue, 9 Mar 2004 14:48:03 +0000 (14:48 +0000)
committerJohan Dahlin <johan@gnome.org>
Tue, 9 Mar 2004 14:48:03 +0000 (14:48 +0000)
Original commit message from CVS:
Hide output, add pipeline.py

testsuite/Makefile.am

index a94177c..b212229 100644 (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
+