Skip to content

Commit 6c54ac1

Browse files
committed
CMake: unit-tests: Remove --coverage option from mbed-stubs-platform
We set the --coverage flag globally in UNITTESTS/CMakeLists.txt. We shouldn't need to also set it on mbed-stubs-platform, so remove it.
1 parent 2a90130 commit 6c54ac1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/tests/UNITTESTS/doubles/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ target_include_directories(mbed-stubs-platform
3030
PUBLIC
3131
.
3232
)
33-
target_link_options(mbed-stubs-platform
34-
PRIVATE
35-
--coverage
36-
)
3733
target_link_libraries(mbed-stubs-platform
3834
PUBLIC
3935
mbed-headers-base

0 commit comments

Comments
 (0)