CMake: Move connectivity/cellular stubs to the mbed-os/connectivity/cellular dir
Move the connectivity cellular into the connectivity/cellular component
directory. So we can avoid duplicating the mbed-os source tree in a
central UNITTESTS folder.
ls
1 parent 8902a0c commit fa0ab5369270c15101cb128a80a7692394974ac7
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 25 Jun 2021
Showing 38 changed files
View
UNITTESTS/stubs/connectivity/ATHandler_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularContext_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularDevice_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularInformation_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularNetwork_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularSMS_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_CellularStack_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/AT_ControlPlane_netif_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/CMakeLists.txt
View
UNITTESTS/stubs/connectivity/CellularContext_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/CellularDevice_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/CellularStateMachine_stub.cpp 100644 → 0
View
UNITTESTS/stubs/connectivity/CellularUtil_stub.cpp 100644 → 0
View
connectivity/cellular/tests/UNITTESTS/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/doubles/ATHandler_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularContext_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularDevice_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularInformation_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularNetwork_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularSMS_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_CellularStack_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/AT_ControlPlane_netif_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CellularContext_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CellularDevice_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CellularStateMachine_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/doubles/CellularUtil_stub.cpp 0 → 100644
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/netsocket/CellularNonIPSocket/CMakeLists.txt