[tracker/sam/tracker-3.0-functional-tests: 4/4] Enable functional tests for everyone



commit c2e0f9814185648bce1ef20c4cfa2ecce6127f36
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 d23b1296f..2ab28ee65 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]