mirror of
https://github.com/reactos/CMake.git
synced 2025-01-07 11:40:23 +00:00
d0ec3a01a6
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.
9 lines
354 B
Tcl
9 lines
354 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/PythonCoverage/coveragetest
|
|
BuildDirectory: ${CMake_BINARY_DIR}/Testing/PythonCoverage
|