Module run_make_support::run
source · Functions§
- Create a new custom Command. This should be preferred to creating
std::process::Commanddirectly. - Run a built binary and make sure it succeeds.
- Run a built binary and make sure it fails.
std::process::Command directly.