Skip to content
Snippets Groups Projects
Commit 84087f54 authored by Bill Lorensen's avatar Bill Lorensen
Browse files

COMP: Missing NO_VALID

Tests that do not have baseline images for regression testing must use
the NO_VALID modifier to avoid cmake warnings.

Change-Id: I083e48e4f5cceecc0a26146513b4581360dc76f0
parent ab895bc8
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@ ExternalData_Expand_Arguments(VTKData _
"DATA{${VTK_TEST_INPUT_DIR}/OpenFOAM/cavity/system/,REGEX:.*}"
)
vtk_add_test_cxx(
TestDataObjectIO.cxx
TestIncrementalOctreePointLocator.cxx
TestDataObjectIO.cxx,NO_VALID
TestIncrementalOctreePointLocator.cxx,NO_VALID
UnstructuredGridCellGradients.cxx
UnstructuredGridFastGradients.cxx
UnstructuredGridGradients.cxx
......
......@@ -6,4 +6,4 @@ vtk_add_test_python(TestTIFFReader.py)
vtk_add_test_python(dem.py)
vtk_add_test_python(TestMetaImage2D.py)
vtk_add_test_python(TestSetFileNames.py)
vtk_add_test_python(TestImageJSONWriter.py)
vtk_add_test_python(TestImageJSONWriter.py NO_VALID)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment