[vtk-developers] Enable verdict on coverage build
Clinton Stimpson
clinton at elemtech.com
Sat Aug 21 10:39:32 EDT 2010
On Aug 21, 2010, at 7:31 AM, David Doria wrote:
> On this build:
> http://www.cdash.org/CDash/viewCoverage.php?buildid=698952
>
> There is very low coverage for vtkMeshQuality:
> 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
> 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?
There used to be a VTK_USE_VERDICT option, but it was removed and there is no longer a choice to turn it off.
The IF(VTK_USE_VERDICT) should be removed from Graphics/Testing/Cxx/CMakeLists.txt.
Clint
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100821/67614bcb/attachment.html>
More information about the vtk-developers
mailing list