Skip to content

Commit

Permalink
Merge pull request #523 from LedgerHQ/fbe/add_use_cases_to_eth_manifest
Browse files Browse the repository at this point in the history
Add use cases to manifest
  • Loading branch information
fbeutin-ledger authored Feb 22, 2024
2 parents 24f75b9 + fc25997 commit 40468fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ledger_app.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]

[use_cases] # Coherent build options that make sense for your application
debug = "DEBUG=1"
set_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"

[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/ragger"

0 comments on commit 40468fc

Please sign in to comment.