gstreamer/testsuite/Makefile.am

12 lines
193 B
Makefile
Raw Normal View History

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