Опечатка
This commit is contained in:
parent
3eb1e2c22e
commit
26e60bf5fd
@ -27,7 +27,7 @@ function(myx_cmake_code_coverage target)
|
|||||||
${target}-coverage
|
${target}-coverage
|
||||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
|
||||||
COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture
|
COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture
|
||||||
--no-exernal
|
--no-external
|
||||||
--base-directory ${CMAKE_SOURCE_DIR}
|
--base-directory ${CMAKE_SOURCE_DIR}
|
||||||
--directory ${CMAKE_BINARY_DIR})
|
--directory ${CMAKE_BINARY_DIR})
|
||||||
# --exclude "/usr/\\\*"
|
# --exclude "/usr/\\\*"
|
||||||
|
Loading…
Reference in New Issue
Block a user