mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
32561828aa
Original commit message from CVS: add test
12 lines
203 B
Makefile
12 lines
203 B
Makefile
tests = \
|
|
caps.py \
|
|
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
|