gstreamer/testsuite/Makefile.am
Johan Dahlin 3f630774bb testsuite/struct.py (StructureTest.testStructureChange): Enable some tests.
Original commit message from CVS:
* testsuite/struct.py (StructureTest.testStructureChange): Enable
some tests.

* gst/gst.override (_wrap_gst_structure_ass_subscript): Impl
2004-08-06 14:18:28 +00:00

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