CMake: Move ble fakes into FEATURE_BLE double dir
Previously ble fakes as part of UNITTESTS/fakes, this PR moves
ble fakes to FEATURE_BLE double directory to make ble stubs
to be self-contained.
ls
1 parent 1b5f597 commit 9df7a50f39648feea711c8c09a1aba542a0ac0f3
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 12 Jul 2021
Showing 27 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
connectivity/FEATURE_BLE/tests/UNITTESTS/doubles/CMakeLists.txt
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