Skip to content

Commit 40468fc

Browse files
Merge pull request #523 from LedgerHQ/fbe/add_use_cases_to_eth_manifest
Add use cases to manifest
2 parents 24f75b9 + fc25997 commit 40468fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ledger_app.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ build_directory = "./"
33
sdk = "C"
44
devices = ["nanos", "nanox", "nanos+", "stax"]
55

6+
[use_cases] # Coherent build options that make sense for your application
7+
debug = "DEBUG=1"
8+
set_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
9+
cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
10+
611
[tests]
712
unit_directory = "./tests/unit"
813
pytest_directory = "./tests/ragger"

0 commit comments

Comments
 (0)