mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
Hide output, add pipeline.py
Original commit message from CVS: Hide output, add pipeline.py
This commit is contained in:
parent
aae50b3dcf
commit
9305a25204
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
tests = element.py
|
tests = \
|
||||||
|
element.py \
|
||||||
|
pipeline.py
|
||||||
|
|
||||||
check-local:
|
check-local:
|
||||||
$(PYTHON) runtests.py
|
@$(PYTHON) runtests.py
|
||||||
|
@rm -fr *.pyc
|
||||||
|
|
||||||
EXTRA_DIST = $(tests) runtests.py
|
EXTRA_DIST = $(tests) runtests.py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue