[tracker/sam/tracker-3.0-functional-tests: 2/4] Enable functional tests for everyone
- From: Sam Thursfield <sthursfield src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sam/tracker-3.0-functional-tests: 2/4] Enable functional tests for everyone
- Date: Mon, 10 Feb 2020 23:25:46 +0000 (UTC)
commit 5657a7c643fe24520f3acf744447d2d79fbc2535
Author: Sam Thursfield <sam afuera me uk>
Date: Fri Jan 24 22:11:29 2020 +0100
Enable functional tests for everyone
There should be no reason to disable them anymore.
meson_options.txt | 2 --
tests/meson.build | 4 +---
2 files changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 19c8d2fff..3d01836ab 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,8 +2,6 @@ option('docs', type: 'boolean', value: false,
description: 'Generate API documentation with gtk-doc')
option('fts', type: 'boolean', value: true,
description: 'Enable the Tracker full-text search feature')
-option('functional_tests', type: 'boolean', value: true,
- description: 'Enable the Tracker functional test suite')
option('journal', type: 'boolean', value: true,
description: 'Enable database journal backup mechanism')
option('man', type: 'boolean', value: true,
diff --git a/tests/meson.build b/tests/meson.build
index 993c99891..602427fba 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -12,9 +12,7 @@ endif
subdir('libtracker-sparql')
-if get_option('functional_tests')
- subdir('functional-tests')
-endif
+subdir('functional-tests')
foreach t: tests
test_name = t.get('name')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]