pub fn find_crosvm_binary() -> PathBuf
Expand description

Returns the path to the crosvm binary to be tested.

The crosvm binary is expected to be alongside to the integration tests binary. Alternatively in the parent directory (cargo will put the test binary in target/debug/deps/ but the crosvm binary in target/debug)