mirror of https://github.com/ARMmbed/mbed-os.git
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.jsonpull/13175/head
parent
e3cfee4b3d
commit
6c9d16843c
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": [
|
||||
"EXPERIMENTAL_API"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue