Skip to content

Commit

Permalink
add some more files to coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Jan 6, 2025
1 parent ad92fad commit e690f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ target_link_libraries(perf_xlating sdr_serverLib)

if(CMAKE_BUILD_TYPE MATCHES Debug)
add_custom_target("coverage")
add_custom_command(TARGET "coverage" COMMAND gcov ${CMAKE_BINARY_DIR}/CMakeFiles/sdr_serverLib.dir/src/*.c.o)
add_custom_command(TARGET "coverage" COMMAND gcov ${CMAKE_BINARY_DIR}/CMakeFiles/sdr_serverLib.dir/src/*.c.o ${CMAKE_BINARY_DIR}/CMakeFiles/sdr_serverLib.dir/src/sdr/*.c.o)
endif()

set(CPACK_GENERATOR "DEB")
Expand Down

0 comments on commit e690f9b

Please sign in to comment.