This command will build in test mode (requires the test crate or some other test harness), and run the test binary in an emulator like cen64.
The emulator and its command line args will be specified in the project's Cargo.toml metadata table. The emulator will require a way to print to stdout/stderr and exit/terminate on demand (e.g. when the test hardness completes or panics).
This command will build in test mode (requires the
testcrate or some other test harness), and run the test binary in an emulator likecen64.The emulator and its command line args will be specified in the project's
Cargo.tomlmetadata table. The emulator will require a way to print tostdout/stderrand exit/terminate on demand (e.g. when the test hardness completes or panics).