[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

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"