Skip to content

Commit

Permalink
tests: use --coverage flag rather than hardcoded -lgcov
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanperret committed Jan 19, 2025
1 parent 7ae2bae commit 8d686d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ set(COMMON_LINKER_FLAGS
${ARDUINO_MOCK_LIBS_DIR}/dist/lib/libarduino_mock.a
${ARDUINO_MOCK_LIBS_DIR}/lib/gtest/gtest/src/gtest-build/lib/libgmock.a
${CMAKE_THREAD_LIBS_INIT}
-lgcov
--coverage
)
set(HARD_I2C_LIB
${LIBRARY_DIRECTORY}/Adafruit_MCP23008/Adafruit_MCP23008.cpp
Expand Down

0 comments on commit 8d686d9

Please sign in to comment.