Module run_make_support::run
source · Functions§
- Create a new custom
Command
. This should be preferred to creatingstd::process::Command
directly. - Run a built binary and make sure it succeeds.
- Run a built binary and make sure it fails.
- Run a built binary with one or more argument(s) and make sure it succeeds.