Test coverage for native code WIP

Part of: https://git.lix.systems/lix-project/lix/issues/1186
This commit is contained in:
Jade Lovelace
2026-04-19 18:01:00 +00:00
parent 1e986c81ab
commit c76cf49629
10 changed files with 239 additions and 3 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ foreach script : functional_tests_scripts
suite : 'installcheck',
env : {
'MESON_BUILD_ROOT': meson.project_build_root(),
},
} + coverage_test_env,
# some tests take 15+ seconds even on an otherwise idle machine, on a loaded machine
# this can easily drive them to failure. give them more time, 5min rather than 30sec
timeout : 300,
@@ -36,6 +36,6 @@ test(
env : {
'_NIX_TEST_UNIT_DATA': meson.current_build_dir() / 'data',
'MESON_BUILD_ROOT': meson.project_build_root(),
},
} + coverage_test_env,
suite : 'installcheck',
)