musl: test: several random fixlets for unit tests

This commit is contained in:
Yu Watanabe
2025-09-09 13:34:31 +09:00
parent be33b202e6
commit aec0e63a4f
6 changed files with 58 additions and 11 deletions

View File

@@ -13,6 +13,7 @@ if conf.get('ENABLE_SYSUSERS') == 1
# https://github.com/mesonbuild/meson/issues/2681
args : exe.full_path(),
depends : exe,
env : test_env,
suite : 'sysusers')
if have_standalone_binaries
@@ -22,6 +23,7 @@ if conf.get('ENABLE_SYSUSERS') == 1
# https://github.com/mesonbuild/meson/issues/2681
args : exe.full_path(),
depends : exe,
env : test_env,
suite : 'sysusers')
endif
endif