[gnome-photos] build: Cache the value of the 'installed_tests' option globally
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] build: Cache the value of the 'installed_tests' option globally
- Date: Fri, 2 Nov 2018 13:00:30 +0000 (UTC)
commit 668d821245fc9bb346fa2626788151a9966a0c64
Author: Debarshi Ray <debarshir gnome org>
Date: Fri Nov 2 11:08:35 2018 +0100
build: Cache the value of the 'installed_tests' option globally
This will be used in a subsequent commit to add unit tests.
meson.build | 1 +
tests/meson.build | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ca10374a..2b492062 100644
--- a/meson.build
+++ b/meson.build
@@ -21,6 +21,7 @@ photos_installed_test_execdir = join_paths(photos_libexecdir, 'installed-tests',
photos_namespace = 'org.gnome.Photos'
photos_buildtype = get_option('buildtype')
+photos_installed_tests_enabled = get_option('installed_tests')
gnome = import('gnome')
i18n = import('i18n')
diff --git a/tests/meson.build b/tests/meson.build
index 79e24530..e4396f05 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -1,6 +1,6 @@
test_name = 'basic.py'
-if get_option('installed_tests')
+if photos_installed_tests_enabled
test_conf = configuration_data()
test_conf.set('installed_testdir', photos_installed_test_execdir)
test_conf.set('program', test_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]