Skip to content

Commit 27bfa90

Browse files
committed
CMake: Limit cellular common unit tests to use mocks what it depends
Update cellular common unit tests CMake depends on a mock, which is required for the test instead of depending on the group of mbed-headers libraries.
1 parent 6cf1211 commit 27bfa90

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

connectivity/cellular/tests/UNITTESTS/framework/common/list/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ target_sources(${TEST_NAME}
1212

1313
target_link_libraries(${TEST_NAME}
1414
PRIVATE
15-
mbed-headers
1615
mbed-headers-cellular
1716
gmock_main
1817
)

connectivity/cellular/tests/UNITTESTS/framework/common/util/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ target_sources(${TEST_NAME}
1313

1414
target_link_libraries(${TEST_NAME}
1515
PRIVATE
16-
mbed-headers
1716
mbed-headers-netsocket
1817
mbed-headers-cellular
1918
mbed-stubs-platform

0 commit comments

Comments
 (0)