[add] ledger_app.toml manifest
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
[app]
|
||||
build_directory = "./"
|
||||
sdk = "C"
|
||||
devices = ["nanos", "nanox", "nanos+", "stax"]
|
||||
|
||||
[tests]
|
||||
unit_directory = "./tests/unit"
|
||||
pytest_directory = "./tests/ragger"
|
||||
Reference in New Issue
Block a user