Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
sgliner-ledger committed Oct 16, 2023
1 parent cfafe65 commit f529a01
Show file tree
Hide file tree
Showing 2 changed files with 332 additions and 13 deletions.
40 changes: 37 additions & 3 deletions input_files/extra_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
"build_blacklist": ["stax"],
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-bitcoin",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-bitcoin-new",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-blockstack",
"build_path": "app",
Expand Down Expand Up @@ -217,7 +225,7 @@
},
{
"name": "app-exchange",
"test_dir": "test/python"
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-factom",
Expand Down Expand Up @@ -378,6 +386,10 @@
"build_blacklist": ["stax"],
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-mina",
"test_dir": "tests"
},
{
"name": "app-mobilecoin",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
Expand Down Expand Up @@ -412,7 +424,8 @@
},
{
"name": "app-neo3",
"test_dir": "./tests"
"test_dir": "./tests",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-nem",
Expand Down Expand Up @@ -647,6 +660,10 @@
"build_blacklist": ["stax"],
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-qtum",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-radix",
"build_blacklist": ["stax"],
Expand All @@ -663,7 +680,8 @@
},
{
"name": "app-recovery-check",
"test_dir": "tests/functional"
"test_dir": "tests/functional",
"test_blacklist": ["nanos", "nanosp", "nanox"]
},
{
"name": "app-reef",
Expand All @@ -690,6 +708,10 @@
"build_path": "app",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-security-key",
"test_dir": "tests/speculos"
},
{
"name": "app-sia",
"build_blacklist": ["nanos", "nanosp", "nanox", "stax"],
Expand Down Expand Up @@ -793,6 +815,14 @@
"build_blacklist": ["stax"],
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-tron",
"test_dir": "tests"
},
{
"name": "app-u2f",
"test_dir": "tests/speculos"
},
{
"name": "app-trustchain-poc",
"build_path": "tests"
Expand Down Expand Up @@ -840,6 +870,10 @@
"build_path": "app",
"test_blacklist": ["nanos", "nanosp", "nanox", "stax"]
},
{
"name": "app-zcash",
"test_dir": "./tests/functional"
},
{
"name": "app-zilliqa",
"test_dir": "./tests/functional"
Expand Down
Loading

0 comments on commit f529a01

Please sign in to comment.