diff options
author | Colin Walters <walters@verbum.org> | 2011-09-13 10:10:24 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-09-13 10:10:24 -0400 |
commit | 128431773deae4545f9f3a6f0085efc082f49c92 (patch) | |
tree | 3892b7e494ff53999d311fba51e48ee6e2f29192 /tests/repository | |
parent | a4dbee702bbb4f5122e166f680bf24b0fb52fe1c (diff) | |
download | gobject-introspection-128431773deae4545f9f3a6f0085efc082f49c92.tar.gz |
tests: Add gir/ to toplevel typelib path
Fixes the test when running uninstalled.
Diffstat (limited to 'tests/repository')
-rw-r--r-- | tests/repository/Makefile.am | 2 |
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) |