CMake: Move netsocket stub headers to the netsocket doubles dir
Previously all the netsocket stubs headers under mbed-stubs-headers,
so this PR move all netsocket stubs headers under
netsocket/tests/UNITTESTS/double directory and update CMake to include
stubs headers into mbed-stubs-netsocket library to make netsocket stubs
to be self-contained.
ls
1 parent 68b46f6 commit ef0e3f99e4a7669e6e0f645be786ababb1b819a8
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 5 Jul 2021
Showing 11 changed files
View
UNITTESTS/stubs/ControlPlane_netif_stub.h 100644 → 0
View
UNITTESTS/stubs/EMAC_mock.h 100644 → 0
View
UNITTESTS/stubs/NetworkStack_stub.h 100644 → 0
View
UNITTESTS/stubs/OnboardNetworkStack_mock.h 100644 → 0
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/netsocket/tests/UNITTESTS/doubles/ControlPlane_netif_stub.h 0 → 100644
View
connectivity/netsocket/tests/UNITTESTS/doubles/EMAC_mock.h 0 → 100644
View
connectivity/netsocket/tests/UNITTESTS/doubles/NetworkStack_stub.h 0 → 100644
View
connectivity/netsocket/tests/UNITTESTS/doubles/OnboardNetworkStack_mock.h 0 → 100644
View
connectivity/netsocket/tests/UNITTESTS/netsocket/CellularNonIPSocket/CMakeLists.txt