mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
tests: Make sure to run python tests against the build in tree
This commit is contained in:
parent
346f887553
commit
156eaecb28
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@ coverage-report:
|
|||
check:
|
||||
if HAVE_NOSETESTS
|
||||
if WITH_PYTHON
|
||||
${NOSETESTS} --verbose $(top_srcdir)/tests/check/python/test_*.py
|
||||
GI_TYPELIB_PATH=$(top_srcdir)/ges/:${GI_TYPELIB_PATH} LD_LIBRARY_PATH=$(top_srcdir)/ges/.libs:${LD_LIBRARY_PATH} ${NOSETESTS} --verbose $(top_srcdir)/tests/check/python/test_*.py
|
||||
|
||||
check-python:
|
||||
${NOSETESTS} --verbose $(top_srcdir)/tests/check/python/test_*.py
|
||||
GI_TYPELIB_PATH=$(top_srcdir)/ges/:${GI_TYPELIB_PATH} LD_LIBRARY_PATH=$(top_srcdir)/ges/.libs:${LD_LIBRARY_PATH} ${NOSETESTS} --verbose $(top_srcdir)/tests/check/python/test_*.py
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue