summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2020-06-04 17:59:24 +0200
committerMichael Catanzaro <mcatanzaro@gnome.org>2020-06-04 18:30:37 +0000
commitb0359f8f8c95fbae555ebd98459c4518ab975433 (patch)
treece21cdd267a4e8eae2eb1c659a5fde018b33f32f /tests
parent2683bba39a3033cf90a82c558588fa08a00801d4 (diff)
downloadepiphany-b0359f8f8c95fbae555ebd98459c4518ab975433.tar.gz
Tests: Set PATH explicit to build dir
Fixes: https://gitlab.gnome.org/GNOME/epiphany/-/issues/829
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 00b8f5d14..f2a0ac6a9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -3,6 +3,7 @@ envs = [
'G_TEST_BUILDDIR=' + meson.current_build_dir(),
'GSETTINGS_SCHEMA_DIR=' + join_paths(meson.build_root(), 'data'),
'GSETTINGS_BACKEND=memory',
+ 'PATH=' + join_paths(meson.build_root(), 'src'),
]
test_cargs = ['-UG_DISABLE_ASSERT']