| author | |
| committer | |
| log | ba7b5daa22bb17a022a8c75d2a26dc54161eb9f2 |
| tree | b867a36489b185913e624998367e584037571247 |
| parent | 35d3444e2742faa3c2e805cdcbfeceaf0287eefc |
| parent | 3a0bfeb9d21a33ed77d8ff78a2c72cd8f5e523e0 |
Fix coverage build command1 files changed, 0 insertions(+), 1 deletions(-)
CMakeLists.txt-1| ... | ... | @@ -317,7 +317,6 @@ install(FILES "${CMAKE_SOURCE_DIR}/std/special/zigrt.zig" DESTINATION "${ZIG_STD |
| 317 | 317 | |
| 318 | 318 | if (ZIG_TEST_COVERAGE) |
| 319 | 319 | add_custom_target(coverage |
| 320 | DEPENDS run_tests | |
| 321 | 320 | WORKING_DIRECTORY ${CMAKE_BINARY_DIR} |
| 322 | 321 | COMMAND lcov --directory . --zerocounters --rc lcov_branch_coverage=1 |
| 323 | 322 | COMMAND ./zig build --build-file ../build.zig test |