tree: 0abd10654757819339e24a8b148fcbe5be95a760
  1. flash_dry_run.rs
  2. inlined-function
  3. inlined_function.rs
  4. probe-rs-debugger-test
  5. README.md
  6. source_location.rs
probe-rs/tests/README.md

Notes about tests

Until we have a better mechanism in place, the test are run against binaries which are prebuilt on some local machine.

The source code for the tests can be found at locations below. Please note that if these binaries are re-built, it is likely that memory locations in tests such as ./source_location.rs will have to be updated to match the new binaries.

  • inlined_function
    • The source for this binary is unknown. //TODO: Consider re-writing tests against source code in probe-rs-debugger-test, and removing the inlined_function binary from this repo.
  • probe-rs-debugger-tests
git checkout 14bbaf86d5042f25ee8bce0ac8b1dea0c06adb4a
cargo build --target thumbv7em-none-eabihf --features STM32H745ZITx --locked