mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
3f630774bb
Original commit message from CVS: * testsuite/struct.py (StructureTest.testStructureChange): Enable some tests. * gst/gst.override (_wrap_gst_structure_ass_subscript): Impl
15 lines
299 B
Makefile
15 lines
299 B
Makefile
tests = \
|
|
buffer.py \
|
|
caps.py \
|
|
common.py \
|
|
element.py \
|
|
event.py \
|
|
interface.py \
|
|
pad.py \
|
|
pipeline.py
|
|
|
|
check-local:
|
|
@PYTHONPATH=$(PYTHONPATH):$(top_builddir):$(top_builddir)/gst/.libs $(PYTHON) $(srcdir)/runtests.py
|
|
@rm -fr *.pyc
|
|
|
|
EXTRA_DIST = $(tests) runtests.py
|