[add] ledger_app.toml manifest

This commit is contained in:
Lucas PASCAL
2023-12-01 16:15:48 +01:00
parent 4bf26a7c6c
commit 9ba04468a0
2 changed files with 8 additions and 1 deletions

View File

@@ -159,7 +159,6 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_ragger_tests.yml@v1
with:
download_app_binaries_artifact: "ragger_elfs"
test_dir: tests/ragger
# =====================================================
# STATIC ANALYSIS

8
ledger_app.toml Normal file
View File

@@ -0,0 +1,8 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]
[tests]
unit_directory = "./tests/unit"
pytest_directory = "./tests/ragger"