summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-04-03 12:35:22 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-04-03 12:49:19 +0200
commit6b9cd24095c7007bbf0a89c46340b23699b25a0f (patch)
tree26d5b2695982913d08efb400facbffe0b6fdcb75 /tests/meson.build
parenta7690b7885f64d3a10b2326d43687a6fa7d3adf5 (diff)
downloadtracker-6b9cd24095c7007bbf0a89c46340b23699b25a0f.tar.gz
tests: Rename libtracker-fts tests directory to fts
This does not refer to static libraries anymore, generalize the testsuite name. While at it, drop the unnecessary libtracker-data dependency.
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 3a543051b..11fb725cf 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -8,9 +8,9 @@ test_bus_conf_file = configure_file(
subdir('common')
subdir('gvdb')
+subdir('fts')
subdir('libtracker-common')
subdir('libtracker-data')
-subdir('libtracker-fts')
subdir('libtracker-sparql')
subdir('functional-tests')
subdir('services')