Skip to content

Commit 6c9d168

Browse files
committed
test: Add an experimental API config
It's important we still continue to run `mbed test` tests for APIs considered experimental. Add a new test config which enables all experimental APIs for test purposes. For example, to run mbed test including experimental APIs on K64F: mbed test -m K64F -t GCC_ARM --app-config TESTS/configs/experimental.json
1 parent e3cfee4 commit 6c9d168

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TESTS/configs/experimental.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"target_overrides": {
3+
"*": {
4+
"target.features_add": [
5+
"EXPERIMENTAL_API"
6+
]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)