t-moe[m]: > <@t-moe:matrix.org> Hi Manuel, > embedded-test author here. > What about creating a own test macro (similar to tokio::test), that when run on x86 does nothing special, and otherwise flashes the device, runs the test, and reports the result back? Surely this is beyond the current scope of embedded-test or defmt-test but I think this could work as as a workaround, without modifying cargo/rustc ? Does embedded-test still have the same limitation of defmt-test whereby all unit tests have to be defined within a single module within the `src` folder?