[glib-openssl/wip/improvements: 1/7] meson: fix running the tests



commit 9eb0317acfe249f6b50c3631729c2e8fc4bcea1f
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Tue Oct 24 09:45:16 2017 +0200

    meson: fix running the tests

 tls/tests/meson.build |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/tls/tests/meson.build b/tls/tests/meson.build
index 0bcbb1d..b481476 100644
--- a/tls/tests/meson.build
+++ b/tls/tests/meson.build
@@ -18,5 +18,6 @@ foreach unit: unit_tests
        env: [
          'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()),
          'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),
+         'GIO_MODULE_DIR=@0@'.format(join_paths(meson.build_root(), 'tls', 'openssl')),
        ])
 endforeach


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]