[tracker: 2/3] functional-tests: Enable FTS test only if enabled



commit 92e5e33234f703c9351ac85b3cd19e1858ad3c7b
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Tue Oct 1 03:52:14 2019 +0200

    functional-tests: Enable FTS test only if enabled

 tests/functional-tests/meson.build | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 48be0f55e..bf22d9cda 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -24,7 +24,6 @@ config_json = configure_file(
 functional_tests = [
   '01-insertion',
   '02-sparql-bugs',
-  '03-fts-functions',
   '04-group-concat',
   '05-coalesce',
   '06-distance',
@@ -37,6 +36,10 @@ functional_tests = [
   '17-ontology-changes',
 ]
 
+if get_option('fts')
+  functional_tests += '03-fts-functions'
+endif
+
 test_env = environment()
 
 tracker_uninstalled_testutils_dir = join_paths(meson.current_source_dir(), '..', '..', 'utils')


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