CONTRIBUTING: Update to use the new Make steps Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1caeca5..a992373 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -21,12 +21,12 @@ - `riscv32imc-unknown-none-elf` - `thumbv7em-none-eabi` -You can trigger a test build of the library and the examples using the script `build_examples.sh`. +You can trigger a test build of the library and the examples using `make test`. ## Unit Testing and Linting There a a number of tests which run in our travis-ci environment. You can run them -using `cargo test --workspace`. +using `make test`. ## Integration tests @@ -35,7 +35,7 @@ - connect your device to your computer - open a console, e.g. `tockloader listen` -- run the tests: `PLATFORM=nrf52 cargo rtv7em libtock_test --features=alloc` +- run the tests: `make flash-nrf52 EXAMPLE=libtock_test FEATURES=alloc` The expected output on the UART console will be as follows.