[vtk-developers] Enable verdict on coverage build

David Doria daviddoria+vtk at gmail.com
Sat Aug 21 09:31:24 EDT 2010


On this build:
http://www.cdash.org/CDash/viewCoverage.php?buildid=698952

There is very low coverage for vtkMeshQuality:
<http://www.cdash.org/CDash/viewCoverage.php?buildid=698952>
http://www.cdash.org/CDash/viewCoverageFile.php?buildid=698952&fileid=10979136

The test Graphics/Cxx/MeshQuality.cxx definitely exercises some of this code
(Is there a reason that this is not named TestMeshQuality.cxx ? ).

Graphics/Cxx/CMakeLists.txt shows that verdict needs to be enabled for this
test to be run
<http://www.cdash.org/CDash/viewCoverageFile.php?buildid=698952&fileid=10979136>
    IF (VTK_USE_VERDICT)
      SET(MyTests ${MyTests}
        MeshQuality.cxx
        )

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

    IF (VERDICT_ENABLE_TESTING)

?

And can this be changed on the coverage build machine?

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100821/62ab5617/attachment.html>


More information about the vtk-developers mailing list