mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
f203f4826c
Original commit message from CVS: * testsuite/pipeline.py (PipelineConstructor.testGoodConstructor) (PipelineConstructor.testBadConstruct) (ThreadConstructor.testCreate): New tests * testsuite/element.py (ElementTest.testGoodConstructor): Add isinstance(element, gst.Element) test * testsuite/common.py: Clean up, use ltihooks (init) Assign tp_new for pipeline and thread to PyType_GenericNew for now.
11 lines
192 B
Makefile
11 lines
192 B
Makefile
tests = \
|
|
common.py \
|
|
element.py \
|
|
interface.py \
|
|
pipeline.py
|
|
|
|
check-local:
|
|
@PYTHONPATH=$(top_builddir) $(PYTHON) $(srcdir)/runtests.py
|
|
@rm -fr *.pyc
|
|
|
|
EXTRA_DIST = $(tests) runtests.py
|