summaryrefslogtreecommitdiff
path: root/tests/functional-tests
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2019-11-04 01:18:50 +0100
committerSam Thursfield <sam@afuera.me.uk>2019-11-04 01:18:50 +0100
commit99ac4f3462a8e8208ccad27c11297f3a5e494c45 (patch)
tree8887a8837e29009b9014dd1ee2ac878f123599fe /tests/functional-tests
parent9c32f31d3ad3bb37807d2858cd58d683f7feeb6f (diff)
downloadtracker-99ac4f3462a8e8208ccad27c11297f3a5e494c45.tar.gz
Fix subproject build when -Dfunctional_tests=false
When building tracker-miners with -Dtracker:functional_tests=false defined, it would fail with this error: meson.build:64:2: ERROR: Requested variable "tracker_uninstalled_testutils_dir" not found.
Diffstat (limited to 'tests/functional-tests')
-rw-r--r--tests/functional-tests/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index bf22d9cda..cd9b27c32 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -41,10 +41,7 @@ if get_option('fts')
endif
test_env = environment()
-
-tracker_uninstalled_testutils_dir = join_paths(meson.current_source_dir(), '..', '..', 'utils')
test_env.prepend('PYTHONPATH', tracker_uninstalled_testutils_dir)
-
test_env.set('TRACKER_FUNCTIONAL_TEST_CONFIG', config_json_full_path)
foreach t: functional_tests