diff options
author | Joseph Snyder <joe.snyder@kitware.com> | 2015-11-16 21:27:57 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-11-23 17:41:36 (GMT) |
commit | 32268810d9f1cf40d20bfb287be30db582696043 (patch) | |
tree | cde53c9bddb1a5188fdba365133d184fd6176297 /Tests/CMakeLists.txt | |
parent | 30b0db7bb5482258ccdb96d2f0b7aadb5d3b23ac (diff) | |
download | CMake-32268810d9f1cf40d20bfb287be30db582696043.zip CMake-32268810d9f1cf40d20bfb287be30db582696043.tar.gz CMake-32268810d9f1cf40d20bfb287be30db582696043.tar.bz2 |
CTest: Expand directories for Cobertura search
Change the Cobertura handler to look for an environment variable
called "COBERTURADIR" which contains the directory where the
coverage.xml file is found. If that variable doesn't exist,
continue to use the default of the binary directory.
Update the test to use an appropriate value in the environment
variables.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index f381758..dd766ae 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2544,6 +2544,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release set_tests_properties(CTestCoberturaCoverage PROPERTIES PASS_REGULAR_EXPRESSION "Process file.*CoverageTest.java.*Total LOC:.*18.*Percentage Coverage: 72.22.*" + ENVIRONMENT COBERTURADIR=${CMake_BINARY_DIR}/Testing/CoberturaCoverage ENVIRONMENT COVFILE=) |