From 56a73cadab1e1a86513c6485c00c484c173373a4 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Wed, 24 Jan 2024 17:26:07 +0100 Subject: [PATCH] Add use cases to manifest --- ledger_app.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ledger_app.toml b/ledger_app.toml index 4a815e5988..5839919e85 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -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"