[gobject-introspection/tintou/repository-test-fix: 4/5] tests: Actually test libregress by specifying the LD_LIBRARY_PATH



commit 7f7c41caa3cae5dfea50002915eb5b5b59d43245
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]