Skip to content

Commit

Permalink
CMake: unit-tests: Remove --coverage option from mbed-stubs-platform
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rwalton-arm committed Jul 5, 2021
1 parent 2a90130 commit 6c54ac1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions platform/tests/UNITTESTS/doubles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ target_include_directories(mbed-stubs-platform
PUBLIC
.
)
target_link_options(mbed-stubs-platform
PRIVATE
--coverage
)
target_link_libraries(mbed-stubs-platform
PUBLIC
mbed-headers-base
Expand Down

0 comments on commit 6c54ac1

Please sign in to comment.