[pygobject] tests: Respect existing $GI_TYPELIB_PATH
- From: Martin Pitt <martinpitt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pygobject] tests: Respect existing $GI_TYPELIB_PATH
- Date: Tue, 18 Jan 2011 15:24:32 +0000 (UTC)
commit efbbe71634037fa100b17327389b883b259cca54
Author: Martin Pitt <martin pitt ubuntu com>
Date: Tue Jan 18 16:23:39 2011 +0100
tests: Respect existing $GI_TYPELIB_PATH
This allows us to run the test suite against local typelibs.
tests/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8d9ab98..fa4610d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -111,7 +111,7 @@ check-local: $(LTLIBRARIES:.la=.so) Regress-1.0.typelib GIMarshallingTests-1.0.t
TEST_FILES="$(TEST_FILES)" \
PYTHONPATH=$(top_builddir):$(top_builddir)/tests:$${PYTHONPATH:+:$$PYTHONPATH} \
LD_LIBRARY_PATH=$(builddir)/.libs:$$LD_LIBRARY_PATH \
- GI_TYPELIB_PATH=$(builddir) \
+ GI_TYPELIB_PATH=$(builddir):$$GI_TYPELIB_PATH \
XDG_DATA_DIRS=$$XDG_DATA_DIRS:/usr/share \
$(EXEC_NAME) $(PYTHON) $(srcdir)/runtests.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]