Merge pull request #523 from LedgerHQ/fbe/add_use_cases_to_eth_manifest
Add use cases to manifest
This commit is contained in:
@@ -3,6 +3,11 @@ build_directory = "./"
|
|||||||
sdk = "C"
|
sdk = "C"
|
||||||
devices = ["nanos", "nanox", "nanos+", "stax"]
|
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]
|
[tests]
|
||||||
unit_directory = "./tests/unit"
|
unit_directory = "./tests/unit"
|
||||||
pytest_directory = "./tests/ragger"
|
pytest_directory = "./tests/ragger"
|
||||||
|
|||||||
Reference in New Issue
Block a user