Skip to content

Commit cd34115

Browse files
authored
Merge pull request #34 from mazimkhan/automation
Specify blacklisted platforms in a json file
2 parents 7cbefea + c5b5b7a commit cd34115

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", "DISCO_F429ZI"]
4+
}
5+
]
6+
}

0 commit comments

Comments
 (0)