Skip to content
Snippets Groups Projects
Commit 99570090 authored by Frédéric Martinsons's avatar Frédéric Martinsons Committed by Frédéric Martinsons
Browse files

build: set LD_LIBRARY_PATH along with GI_TYPELIB_PATH when launching stub


Otherwise we may use a wrong typelib shared library (the one that
is installed on the system which run the test)

Signed-off-by: default avatarFrederic Martinsons <frederic.martinsons@gmail.com>
parent aa28fc7a
No related branches found
No related tags found
Loading
......@@ -2,4 +2,4 @@
# For debugging behavior of test-modemmanager-service.py, you can modify
# this line to add --log-file option
GI_TYPELIB_PATH=@abs_top_builddir@/libmm-glib @abs_top_srcdir@/tools/test-modemmanager-service.py
LD_LIBRARY_PATH=@abs_top_builddir@/libmm-glib GI_TYPELIB_PATH=@abs_top_builddir@/libmm-glib @abs_top_srcdir@/tools/test-modemmanager-service.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment