mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
558c2190e8
Add the ability to parse the XML output of the Jacoco tool. Jacoco (www.eclemma.org/jacoco) is a Java coverage tool. Add and integrate a class for the parser and include a test which utilizes the new parser.
9 lines
341 B
Tcl
9 lines
341 B
Tcl
# This file is configured by CMake automatically as DartConfiguration.tcl
|
|
# If you choose not to use CMake, this file may be hand configured, by
|
|
# filling in the required variables.
|
|
|
|
|
|
# Configuration directories and files
|
|
SourceDirectory: ${CMake_BINARY_DIR}/Testing/JacocoCoverage
|
|
BuildDirectory: ${CMake_BINARY_DIR}/Testing/JacocoCoverage
|