mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
9305a25204
Original commit message from CVS: Hide output, add pipeline.py
10 lines
128 B
Makefile
10 lines
128 B
Makefile
tests = \
|
|
element.py \
|
|
pipeline.py
|
|
|
|
check-local:
|
|
@$(PYTHON) runtests.py
|
|
@rm -fr *.pyc
|
|
|
|
EXTRA_DIST = $(tests) runtests.py
|
|
|