summaryrefslogtreecommitdiff
path: root/tests/libtracker-fts
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2019-10-01 03:43:18 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2019-10-01 03:55:01 +0200
commit8a747ea71e3840cbd8e771ea5c6b17e2657fc7a9 (patch)
tree04d3a55b5be4e9862da8e332e72a12d3957555c9 /tests/libtracker-fts
parent07df7002f71a243b4c983d65aaa8e630cf19fa73 (diff)
downloadtracker-8a747ea71e3840cbd8e771ea5c6b17e2657fc7a9.tar.gz
tests: Use meson suites
Make possible to easily (not) run a sub-set of tests by using suites in tracker. Fixes https://gitlab.gnome.org/GNOME/tracker/issues/153
Diffstat (limited to 'tests/libtracker-fts')
-rw-r--r--tests/libtracker-fts/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libtracker-fts/meson.build b/tests/libtracker-fts/meson.build
index 7de35649b..536a227a7 100644
--- a/tests/libtracker-fts/meson.build
+++ b/tests/libtracker-fts/meson.build
@@ -7,5 +7,6 @@ fts_test = executable('tracker-fts-test',
tests += {
'name': 'fts',
'exe': fts_test,
+ 'suite': ['fts'],
'requires_dbus': true,
}