summaryrefslogtreecommitdiff
path: root/tests/functional-tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional-tests/meson.build')
-rw-r--r--tests/functional-tests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 89b78756d..4cdc911a7 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -6,6 +6,8 @@ config_json_full_path = join_paths(meson.current_build_dir(), 'configuration.jso
testconf.set('TEST_CLI_DIR', tracker_uninstalled_cli_dir)
testconf.set('TEST_ONTOLOGIES_DIR', tracker_uninstalled_nepomuk_ontologies_dir)
+testconf.set('TEST_DBUS_DAEMON_CONFIG_FILE', build_root / 'tests' / 'test-bus.conf')
+testconf.set('TEST_PORTAL_FLATPAK_INFO', source_root / 'tests' / 'flatpak-info')
testconf.set('TRACKER_VERSION', meson.project_version())
config_json = configure_file(
@@ -28,6 +30,7 @@ functional_tests = [
'collation',
'ontology-changes',
'cli',
+ 'portal',
]
test_env = environment()