diff options
author | Joseph Snyder <joe.snyder@kitware.com> | 2014-09-29 18:52:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-10-21 19:02:20 (GMT) |
commit | 5c31c3e4eb36cccaaf72d0f0582beed98f6665e0 (patch) | |
tree | 2bd146d57c42f54cf891de956bb55aa04be056a4 /Tests/DelphiCoverage/DartConfiguration.tcl.in | |
parent | 453f20d89381d8d5c2e7afb91559c754dc03910e (diff) | |
download | CMake-5c31c3e4eb36cccaaf72d0f0582beed98f6665e0.zip CMake-5c31c3e4eb36cccaaf72d0f0582beed98f6665e0.tar.gz CMake-5c31c3e4eb36cccaaf72d0f0582beed98f6665e0.tar.bz2 |
CTest: Add code coverage parser for Pascal/Delphi
Add a class to parse the HTML output of the Delphi-code-coverage tool
http://code.google.com/p/delphi-code-coverage/
Add a test for the new parser.
Diffstat (limited to 'Tests/DelphiCoverage/DartConfiguration.tcl.in')
-rw-r--r-- | Tests/DelphiCoverage/DartConfiguration.tcl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/DelphiCoverage/DartConfiguration.tcl.in b/Tests/DelphiCoverage/DartConfiguration.tcl.in new file mode 100644 index 0000000..4edcea6 --- /dev/null +++ b/Tests/DelphiCoverage/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/DelphiCoverage +BuildDirectory: ${CMake_BINARY_DIR}/Testing/DelphiCoverage |