test(tests): fixed broken tests

This commit is contained in:
2025-03-26 10:06:10 -04:00
parent 9395b52089
commit 7193d3a6ac
8 changed files with 18 additions and 165 deletions

View File

@@ -16,5 +16,8 @@ foreach test_file : test_sources
)
# Add the executable as a test
test(exe_name, test_exe)
test(
exe_name,
test_exe,
env: ['MESON_SOURCE_ROOT=' + meson.project_source_root(), 'MESON_BUILD_ROOT=' + meson.project_build_root()])
endforeach