[gobject-introspection/tintou/repository-test-fix] tests: Actually test libregress by specifying the LD_LIBRARY_PATH
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection/tintou/repository-test-fix] tests: Actually test libregress by specifying the LD_LIBRARY_PATH
- Date: Tue, 20 Aug 2019 16:14:01 +0000 (UTC)
commit 904854b2299edfd117ebf641c09bdc357d7162f7
Author: Corentin Noël <corentin elementary io>
Date: Tue Aug 20 18:12:28 2019 +0200
tests: Actually test libregress by specifying the LD_LIBRARY_PATH
tests/repository/meson.build | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/tests/repository/meson.build b/tests/repository/meson.build
index e1858b66..497ab106 100644
--- a/tests/repository/meson.build
+++ b/tests/repository/meson.build
@@ -14,6 +14,10 @@ if glib_dep.type_name() == 'pkgconfig'
join_paths(meson.build_root(), 'tests'),
join_paths(meson.build_root(), 'tests', 'scanner'),
)
+ repository_test_env.prepend(
+ 'LD_LIBRARY_PATH',
+ join_paths(meson.build_root(), 'tests', 'scanner'),
+ )
if host_system == 'windows'
repository_test_env.prepend(
'PATH', join_paths(meson.build_root(), 'tests', 'scanner'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]