Investigate using cargo
as a library for test-kernels
#784
Labels
enhancement
New feature or request
cargo
as a library for test-kernels
#784
At the moment, we directly invoke
cargo
usingCommand::new
to build thetest-kernels
. A cleaner approach would be usingcargo
as a library instead.See: https://docs.rs/cargo/latest/cargo/
uhyve/tests/common.rs
Lines 10 to 37 in 0cbbc3a
The text was updated successfully, but these errors were encountered: