summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2018-07-15 16:48:50 +0200
committerSam Thursfield <sam@afuera.me.uk>2018-07-16 16:26:32 +0200
commitccb1cc8c45aa0274a6e420172a2e0a521512c96d (patch)
tree961f86aa169734e056f5f0640d0abb3d1c7110fd
parent90af5e3f5c5d844f098783d895739ac73065aeba (diff)
downloadtracker-ccb1cc8c45aa0274a6e420172a2e0a521512c96d.tar.gz
functional-tests: Add missing environment variable
This fixes tests that were trying to load the generated .ttl files.
-rw-r--r--tests/functional-tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functional-tests/meson.build b/tests/functional-tests/meson.build
index 57de81f4c..1ced791ae 100644
--- a/tests/functional-tests/meson.build
+++ b/tests/functional-tests/meson.build
@@ -41,6 +41,7 @@ test_env = environment()
test_env.set('DCONF_PROFILE', dconf_profile_full_path)
test_env.set('TRACKER_DB_ONTOLOGIES_DIR', tracker_nepomuk_ontologies)
+test_env.set('TRACKER_FUNCTIONAL_TEST_BUILD_DIR', build_root)
test_env.set('TRACKER_FUNCTIONAL_TEST_CONFIG', config_json_full_path)
test_env.set('TRACKER_LANGUAGE_STOP_WORDS_DIR', tracker_stop_words_dir)
test_env.set('TRACKER_TEST_DOMAIN_ONTOLOGY_RULE', tracker_test_domain_ontology)