[M4] add exec::run subprocess wrapper

This commit is contained in:
2026-05-09 23:54:01 +00:00
parent 219254a1dd
commit 807158b8cc
6 changed files with 264 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ endfunction()
cargoxx_add_test(util_error)
cargoxx_add_test(semver_satisfies)
cargoxx_add_test(exec_run)
cargoxx_add_test(manifest_parse)
cargoxx_add_test(manifest_write)
cargoxx_add_test(layout_discovery)