diff options
author | Patrick Reynolds <patrick.reynolds@kitware.com> | 2013-09-27 14:42:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-08 13:20:30 (GMT) |
commit | d0ec3a01a61f259768d31fc20791780807e1788e (patch) | |
tree | d5dfba622c1739ddedadfe7190eda5c7959a27f5 /Tests/PythonCoverage/DartConfiguration.tcl.in | |
parent | 6ed8504ea5633932e5db3a5a70853a763df7af50 (diff) | |
download | CMake-d0ec3a01a61f259768d31fc20791780807e1788e.zip CMake-d0ec3a01a61f259768d31fc20791780807e1788e.tar.gz CMake-d0ec3a01a61f259768d31fc20791780807e1788e.tar.bz2 |
Adding support for the Python coverage.py tool.
This assumes that coverage.py has been run in such a way to produce its
standard XML output. This uses the Cobertura schema and should be somewhat
generalizable.
Diffstat (limited to 'Tests/PythonCoverage/DartConfiguration.tcl.in')
-rw-r--r-- | Tests/PythonCoverage/DartConfiguration.tcl.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/PythonCoverage/DartConfiguration.tcl.in b/Tests/PythonCoverage/DartConfiguration.tcl.in new file mode 100644 index 0000000..e29cffe --- /dev/null +++ b/Tests/PythonCoverage/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/PythonCoverage/coveragetest +BuildDirectory: ${CMake_BINARY_DIR}/Testing/PythonCoverage |