summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2020-01-24 22:11:29 +0100
committerSam Thursfield <sam@afuera.me.uk>2020-02-17 21:58:49 +0100
commit163a2800f9f0e9fe858a0b5002182112a62b4ea8 (patch)
tree2cc2dd85a38767daf4fc826927f00038b02c1a17 /meson_options.txt
parent9527c0528038f7de6439b704368253ed1975ef73 (diff)
downloadtracker-163a2800f9f0e9fe858a0b5002182112a62b4ea8.tar.gz
Enable functional tests for everyone
There should be no reason to disable them anymore.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 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,