summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmParseMumpsCoverage.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2012-05-11 19:22:25 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2012-05-11 19:22:25 (GMT)
commitc806b23cfe08259efed1ed310613f65c16a60680 (patch)
tree2ef23513b8e5d0c5ec505682763ce17bf98123a8 /Source/CTest/cmParseMumpsCoverage.cxx
parent761d93129fb72d0418facb785776533b33d24a01 (diff)
downloadCMake-c806b23cfe08259efed1ed310613f65c16a60680.zip
CMake-c806b23cfe08259efed1ed310613f65c16a60680.tar.gz
CMake-c806b23cfe08259efed1ed310613f65c16a60680.tar.bz2
CDash now supports lots of files in coverage. So, show all files.
Prior to this commit the mumps coverage only showed files that had at least one line of coverage. Now 0% covered files are shown as well.
Diffstat (limited to 'Source/CTest/cmParseMumpsCoverage.cxx')
-rw-r--r--Source/CTest/cmParseMumpsCoverage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmParseMumpsCoverage.cxx b/Source/CTest/cmParseMumpsCoverage.cxx
index 7076315..37e8bd0 100644
--- a/Source/CTest/cmParseMumpsCoverage.cxx
+++ b/Source/CTest/cmParseMumpsCoverage.cxx
@@ -131,7 +131,7 @@ bool cmParseMumpsCoverage::LoadPackages(const char* d)
this->RoutineToDirectory[name.substr(0, name.size()-2)] = *fileIt;
// initialze each file, this is left out until CDash is fixed
// to handle large numbers of files
-// this->InitializeMumpsFile(*fileIt);
+ this->InitializeMumpsFile(*fileIt);
}
return true;
}