summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-09-13 10:10:24 -0400
committerColin Walters <walters@verbum.org>2011-09-13 10:10:24 -0400
commit128431773deae4545f9f3a6f0085efc082f49c92 (patch)
tree3892b7e494ff53999d311fba51e48ee6e2f29192
parenta4dbee702bbb4f5122e166f680bf24b0fb52fe1c (diff)
downloadgobject-introspection-128431773deae4545f9f3a6f0085efc082f49c92.tar.gz
tests: Add gir/ to toplevel typelib path
Fixes the test when running uninstalled.
-rw-r--r--tests/repository/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository/Makefile.am b/tests/repository/Makefile.am
index 6331cd30..ca2efe36 100644
--- a/tests/repository/Makefile.am
+++ b/tests/repository/Makefile.am
@@ -17,5 +17,5 @@ gitypelibtest_CPPFLAGS = $(GIREPO_CFLAGS) -I$(top_srcdir)/girepository
gitypelibtest_LDADD = $(top_builddir)/libgirepository-1.0.la $(GIREPO_LIBS)
TESTS = gitestrepo gitestthrows gitypelibtest
-TESTS_ENVIRONMENT=env GI_TYPELIB_PATH=$(top_builddir):$(top_builddir)/tests:$(top_builddir)/tests/scanner \
+TESTS_ENVIRONMENT=env GI_TYPELIB_PATH=$(top_builddir):$(top_builddir)/gir:$(top_builddir)/tests:$(top_builddir)/tests/scanner: \
XDG_DATA_DIRS="$(top_srcdir)/gir:$(XDG_DATA_DIRS)" $(DEBUG)