<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 21, 2010, at 7:31 AM, David Doria wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>On this build:</div><a href="http://www.cdash.org/CDash/viewCoverage.php?buildid=698952">http://www.cdash.org/CDash/viewCoverage.php?buildid=698952</a><div>
<br></div><div>There is very low coverage for vtkMeshQuality:</div><div><a href="http://www.cdash.org/CDash/viewCoverage.php?buildid=698952"></a><a href="http://www.cdash.org/CDash/viewCoverageFile.php?buildid=698952&fileid=10979136">http://www.cdash.org/CDash/viewCoverageFile.php?buildid=698952&fileid=10979136</a></div>
<div><br></div><div>The test Graphics/Cxx/MeshQuality.cxx definitely exercises some of this code (Is there a reason that this is not named TestMeshQuality.cxx ? ).</div><div><br></div><div>Graphics/Cxx/CMakeLists.txt shows that verdict needs to be enabled for this test to be run</div>
<div><a href="http://www.cdash.org/CDash/viewCoverageFile.php?buildid=698952&fileid=10979136"></a><div>    IF (VTK_USE_VERDICT)</div><div>      SET(MyTests ${MyTests}</div><div>        MeshQuality.cxx</div><div>        )</div>
<div><br></div><div>I actually don't even have a VTK_USE_VERDICT option in ccmake. The only thing I do have is VERDICT_ENABLE_TESTING. Is the CMakeLists.txt line supposed to read</div><div><br></div><div>    IF (VERDICT_ENABLE_TESTING)</div>
<div><br></div><div>?</div><div><br></div><div>And can this be changed on the coverage build machine?</div></div></blockquote><div><br></div><div>There used to be a VTK_USE_VERDICT option, but it was removed and there is no longer a choice to turn it off.</div><div>The IF(VTK_USE_VERDICT) should be removed from Graphics/Testing/Cxx/CMakeLists.txt.</div><div><br></div><div>Clint</div><div><br></div></div></body></html>