gstreamer/testsuite/Makefile.am
Thomas Vander Stichele 32561828aa add test
Original commit message from CVS:
add test
2004-06-10 18:14:22 +00:00

12 lines
203 B
Makefile

tests = \
caps.py \
common.py \
element.py \
interface.py \
pipeline.py
check-local:
@PYTHONPATH=$(top_builddir) $(PYTHON) $(srcdir)/runtests.py
@rm -fr *.pyc
EXTRA_DIST = $(tests) runtests.py