Merge pull request #14912 from ARMmbed/move_unittest_ble_headers_lib
Move ble stubs to FEATURE_BLE lib
ls
commit 655d889e91bba959873e9ece1bf9259693e78a18
2 parents 530c90b + fb5b0ed
@Martin Kojtal Martin Kojtal authored on 21 Jul 2021
GitHub committed on 21 Jul 2021
Showing 39 changed files
View
UNITTESTS/CMakeLists.txt
View
UNITTESTS/fakes/CMakeLists.txt 100644 → 0
View
UNITTESTS/fakes/ble/BLE.cpp 100644 → 0
View
UNITTESTS/fakes/ble/CMakeLists.txt 100644 → 0
View
UNITTESTS/fakes/ble/GapImpl_mock.h 100644 → 0
View
UNITTESTS/fakes/ble/GattClientImpl_mock.h 100644 → 0
View
UNITTESTS/fakes/ble/GattServerImpl_mock.h 100644 → 0
View
UNITTESTS/fakes/ble/SecurityManagerImpl_mock.h 100644 → 0
View
UNITTESTS/fakes/ble/ble_mocks.h 100644 → 0
View
UNITTESTS/fakes/ble/source/GattServerImpl.h 100644 → 0
View
UNITTESTS/fakes/ble/source/GattServerImpl_mock.cpp 100644 → 0
View
UNITTESTS/fakes/ble/source/generic/GapImpl.h 100644 → 0
View
UNITTESTS/fakes/ble/source/generic/GattClientImpl.h 100644 → 0
View
UNITTESTS/fakes/ble/source/generic/SecurityManagerImpl.h 100644 → 0
View
UNITTESTS/stubs/CMakeLists.txt
View
connectivity/CMakeLists.txt
View
connectivity/FEATURE_BLE/CMakeLists.txt
View
connectivity/FEATURE_BLE/tests/UNITTESTS/.mbedignore 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/CMakeLists.txt 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/BLE.cpp 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/CMakeLists.txt 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/GapImpl_mock.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/GattClientImpl_mock.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/GattServerImpl_mock.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/SecurityManagerImpl_mock.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/ble_mocks.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/source/GattServerImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/source/GattServerImpl_mock.cpp 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/source/generic/GapImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/source/generic/GattClientImpl.h 0 → 100644
View
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/fakes/source/generic/SecurityManagerImpl.h 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt