Skip to content

Commit abfa8a0

Browse files
author
Mohammad Azim Khan
committed
Specify blacklisted platforms in a json file
uVisor examples by default support all platforms supported by uvisor-tests. This file contains a blacklist to filter out platforms unsupported by this example.
1 parent c405de5 commit abfa8a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/filters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"blacklist" : [ {
3+
"platforms" : ["EFM32GG_STK3700"]
4+
}
5+
]
6+
}

0 commit comments

Comments
 (0)