From 0d9fd96e9141e03374c3382fa038358d321fd4d5 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Tue, 10 Dec 2024 11:49:53 +0100 Subject: [PATCH] Add use case for compilation with test key in manifest --- ledger_app.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ledger_app.toml b/ledger_app.toml index 4c40ef09..8b37435e 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -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"