mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
7020315e74
Original commit message from CVS: Add xml tests
16 lines
314 B
Makefile
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
|