mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 01:30:38 +00:00
use found PYTHON
Original commit message from CVS: use found PYTHON
This commit is contained in:
parent
8a810ece62
commit
aae50b3dcf
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
testprogs = element.py
|
||||
tests = element.py
|
||||
|
||||
TESTS = $(testprogs)
|
||||
check-local:
|
||||
$(PYTHON) runtests.py
|
||||
|
||||
check_SCRIPTS = $(testprogs)
|
||||
|
||||
EXTRA_DIST = $(testprogs)
|
||||
EXTRA_DIST = $(tests) runtests.py
|
||||
|
|
Loading…
Reference in a new issue