Mbed CLI and Tools perform recursive deploy. So, if your example has an mbed-os-experimental-ble-services.lib and you try to deploy, mbed-os will be imported into each test suite. This is slow and pollutes the tree.
The mbed-os.lib are only required for integration tests, so let's create them in bootstrap.
Mbed CLI and Tools perform recursive
deploy
. So, if your example has anmbed-os-experimental-ble-services.lib
and you try to deploy, mbed-os will be imported into each test suite. This is slow and pollutes the tree.The
mbed-os.lib
are only required for integration tests, so let's create them in bootstrap.