gstreamer/testsuite/Makefile.am
Johan Dahlin 7020315e74 Add xml tests
Original commit message from CVS:
Add xml tests
2004-11-05 17:43:05 +00:00

16 lines
314 B
Makefile

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