Skip to content

Commit

Permalink
Make all tests PASS for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Jun 10, 2024
1 parent 4839a89 commit eb2ca5e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 83 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ runner = "speculos -m nanox --display=headless"
runner = "speculos -m nanosp --display=headless"

[target.stax]
runner = "speculos --model stax"
runner = "speculos --model stax --display=headless"

[target.flex]
runner = "speculos --model flex"
runner = "speculos --model flex --display=headless"

[unstable]
build-std = ["core"]
Expand Down
5 changes: 0 additions & 5 deletions ledger_device_sdk/src/nbgl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,8 +583,3 @@ extern "C" fn io_seproxyhal_play_tune(tune_index: u8) {
return;
}
}

#[panic_handler]
fn panic(_: &core::panic::PanicInfo) -> ! {
exit_app(1);
}
76 changes: 0 additions & 76 deletions ledger_device_sdk/tests/ecc_tests.rs

This file was deleted.

0 comments on commit eb2ca5e

Please sign in to comment.