From 6b9cd24095c7007bbf0a89c46340b23699b25a0f Mon Sep 17 00:00:00 2001 From: Carlos Garnacho Date: Sun, 3 Apr 2022 12:35:22 +0200 Subject: 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. --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/meson.build') 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') -- cgit v1.2.1