gstreamer/testsuite/Makefile.am
Johan Dahlin fba1f21b1d testsuite/Makefile.am (check-local): distcheck fixes
Original commit message from CVS:
* testsuite/Makefile.am (check-local): distcheck fixes

* testsuite/common.py: Put in a couple of hacks to make distcheck
pass make check

* testsuite/interface.py: New test
2004-03-17 12:41:08 +00:00

11 lines
193 B
Makefile

tests = \
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