Skip to content

Commit a283ed4

Browse files
authored
Merge pull request #19 from mazimkhan/automation
Specify blacklisted platforms in a json file
2 parents c405de5 + 3d322ee commit a283ed4

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)