summaryrefslogtreecommitdiffstats
path: root/Tests/JacocoCoverage/DartConfiguration.tcl.in
diff options
context:
space:
mode:
authorJoseph Snyder <joe.snyder@kitware.com>2014-05-21 19:19:35 (GMT)
committerJoseph Snyder <joe.snyder@kitware.com>2014-06-12 14:38:19 (GMT)
commit558c2190e89c4a62d9e279cfee2af1f77f628b9b (patch)
treef5452711f616f0a78493248978f294ad6b110db6 /Tests/JacocoCoverage/DartConfiguration.tcl.in
parent47cde18849201c3b58479d38725b554f3ad34eaf (diff)
downloadCMake-558c2190e89c4a62d9e279cfee2af1f77f628b9b.zip
CMake-558c2190e89c4a62d9e279cfee2af1f77f628b9b.tar.gz
CMake-558c2190e89c4a62d9e279cfee2af1f77f628b9b.tar.bz2
CTest: Add Jacoco Coverage functionality
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.
Diffstat (limited to 'Tests/JacocoCoverage/DartConfiguration.tcl.in')
-rw-r--r--Tests/JacocoCoverage/DartConfiguration.tcl.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/JacocoCoverage/DartConfiguration.tcl.in b/Tests/JacocoCoverage/DartConfiguration.tcl.in
new file mode 100644
index 0000000..cc10e9c
--- /dev/null
+++ b/Tests/JacocoCoverage/DartConfiguration.tcl.in
@@ -0,0 +1,8 @@
+# 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