[vtk-developers] vtk_add_test_mpi does not support NO_VALID

Ben Boeckel ben.boeckel at kitware.com
Mon Dec 7 13:43:32 EST 2015


On Mon, Dec 07, 2015 at 12:41:22 -0500, Bill Lorensen wrote:
> I'm have an mpi test that does not produce and image. The current
> vtk_add_test_mpi does not support NO_VALID. I'm willing to work on a
> patch unless someone else wants to take care of it.

Adding NO_VALID, NO_DATA, and NO_OUTPUT to mpi_options in
vtk_add_test_mpi (CMake/vtkTestingMacros.cmake:124) should do the trick.

The logic to use them is in vtk_add_test_cxx at
CMake/vtkTestingMacros.cmake:271. It looks like ther *might* be
something else required, but I'm not sure.

--Ben


More information about the vtk-developers mailing list