HomeSort by relevance Sort by last modified time
    Searched refs:COVERAGE_SRCS (Results 1 - 3 of 3) sorted by null

  /external/cn-cbor/src/
CMakeLists.txt 30 set(COVERAGE_SRCS "")
33 list (APPEND COVERAGE_SRCS ${S_ABS})
38 "${COVERAGE_SRCS}"
  /external/cn-cbor/cmake/
Coveralls.cmake 53 set(COVERAGE_SRCS "")
55 set(COVERAGE_SRCS "${COVERAGE_SRCS}*${COVERAGE_SRC}")
58 #message("Coverage sources: ${COVERAGE_SRCS}")
74 -DCOVERAGE_SRCS="${COVERAGE_SRCS}" # TODO: This is passed like: "a b c", not "a;b;c"
CoverallsGenerateGcov.cmake 54 if (NOT COVERAGE_SRCS)
55 message(FATAL_ERROR "Coveralls: Missing the list of source files that we should get the coverage data for COVERAGE_SRCS")
66 string(REGEX REPLACE "\\*" ";" COVERAGE_SRCS ${COVERAGE_SRCS})
174 #foreach (COVSRC ${COVERAGE_SRCS})
183 # We do this by comparing the list of COVERAGE_SRCS filepaths that the
188 # COVERAGE_SRCS =
200 #message("Look in coverage sources: ${COVERAGE_SRCS}")
204 set(COVERAGE_SRCS_REMAINING ${COVERAGE_SRCS})
216 list(FIND COVERAGE_SRCS ${GCOV_SRC_PATH} WAS_FOUND
    [all...]

Completed in 83 milliseconds