gstreamer/testsuite/Makefile.am

16 lines
285 B
Makefile
Raw Normal View History

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