gstreamer/testsuite/Makefile.am

17 lines
314 B
Makefile
Raw Normal View History

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