commit ba7b5daa22bb17a022a8c75d2a26dc54161eb9f2 (tree)
parent 35d3444e2742faa3c2e805cdcbfeceaf0287eefc
Author: Andrew Kelley <superjoe30@gmail.com>
Date: Thu, 10 Aug 2017 16:26:54 -0400
Merge pull request #417 from zig-lang/coverage-fix
Fix coverage build command
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -317,7 +317,6 @@ install(FILES "${CMAKE_SOURCE_DIR}/std/special/zigrt.zig" DESTINATION "${ZIG_STD
if (ZIG_TEST_COVERAGE)
add_custom_target(coverage
- DEPENDS run_tests
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMAND lcov --directory . --zerocounters --rc lcov_branch_coverage=1
COMMAND ./zig build --build-file ../build.zig test