Skip to content

Commit

Permalink
Add use case for compilation with test key in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Dec 10, 2024
1 parent b14947b commit 0d9fd96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@ build_directory = "./"
sdk = "C"
devices = ["nanox", "nanos+", "stax", "flex"]

[use_cases]
trusted_name_test = "TRUSTED_NAME_TEST=1"
dbg_trusted_name_test = "DEBUG=1 TRUSTED_NAME_TEST=1"

[tests]
pytest_directory = "./tests/python"

0 comments on commit 0d9fd96

Please sign in to comment.