Skip to content

Commit

Permalink
tests: Actually export PKG_CONFIG_PATH and LD_LIBRARY_PATH in tests e…
Browse files Browse the repository at this point in the history
…xtra
  • Loading branch information
ricotz committed Nov 5, 2020
1 parent b02987b commit 3c9f1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/version/tests-extra-environment.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PKG_CONFIG_PATH=$abs_srcdir/version
export PKG_CONFIG_PATH=$abs_srcdir/version
4 changes: 2 additions & 2 deletions valadoc/tests/libvaladoc/tests-extra-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ VALAFLAGS="\
-X -I$abs_top_srcdir/libvaladoc \
$abs_top_srcdir/valadoc/tests/libvaladoc/parser-generic-scanner.vala \
"
PKG_CONFIG_PATH=$abs_top_builddir:$abs_top_builddir/libvaladoc
LD_LIBRARY_PATH=$abs_top_builddir/vala/.libs:$abs_top_builddir/libvaladoc/.libs
export PKG_CONFIG_PATH=$abs_top_builddir:$abs_top_builddir/libvaladoc
export LD_LIBRARY_PATH=$abs_top_builddir/vala/.libs:$abs_top_builddir/libvaladoc/.libs

0 comments on commit 3c9f1cb

Please sign in to comment.