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_functionprobe-rs-debugger-test, and removing the inlined_function binary from this repo.probe-rs-debugger-testsSTM32H745ZITx feature of the probe-rs-debugger testing application. Clone the above repository, and then follow these steps to recreate the binary:git checkout 14bbaf86d5042f25ee8bce0ac8b1dea0c06adb4a cargo build --target thumbv7em-none-eabihf --features STM32H745ZITx --locked