diff --git a/meson.build b/meson.build index 71b760b9e..cb61fc5f8 100644 --- a/meson.build +++ b/meson.build @@ -750,7 +750,7 @@ if get_option('tests') build_by_default: false, ) - test('functional tests', functionaltests, timeout: 1800) + test('functional tests', functionaltests, workdir: meson.project_source_root(), timeout: 1800) endif else warning('cmocka not found, tests will not be built')