set(memkind_tests) if(VTK_USE_MEMKIND) set(memkind_tests TestMemkindData.cxx ) endif() vtk_add_test_cxx(vtkCommonDataModelCxxTests tests NO_DATA NO_VALID NO_OUTPUT ${memkind_tests} LagrangeHexahedron.cxx BezierInterpolation.cxx CellTreeLocator.cxx TestBezier.cxx TestAngularPeriodicDataArray.cxx TestArrayListTemplate.cxx TestCellInflation.cxx TestColor.cxx TestCoordinateFrame.cxx TestVector.cxx TestVectorOperators.cxx TestAMRBox.cxx TestBiQuadraticQuad.cxx TestCellArray.cxx TestCellArrayTraversal.cxx TestCompositeDataSets.cxx TestCompositeDataSetRange.cxx TestComputeBoundingSphere.cxx TestDataAssembly.cxx TestDataAssemblyUtilities.cxx TestDataObject.cxx TestDataObjectTreeRange.cxx TestFieldList.cxx TestGenericCell.cxx TestGraph.cxx TestGraph2.cxx TestGraphAttributes.cxx TestHigherOrderCell.cxx TestHyperTreeGridBitmask.cxx TestHyperTreeGridElderChildIndex.cxx TestImageDataFindCell.cxx TestImageDataInterpolation.cxx TestImageDataOrientation.cxx TestImageIterator.cxx TestInterpolationDerivs.cxx TestInterpolationFunctions.cxx TestMappedGridDeepCopy.cxx TestPath.cxx TestPentagonalPrism.cxx TestPiecewiseFunction.cxx TestPiecewiseFunctionLogScale.cxx TestPixelExtent.cxx TestPointLocators.cxx TestPolyDataRemoveCell.cxx TestPolygon.cxx TestPolygonBoundedTriangulate.cxx TestPolyhedron0.cxx TestPolyhedron1.cxx TestPolyhedron3.cxx TestPolyhedronCombinatorialContouring.cxx TestPolyhedronConvexity.cxx TestPolyhedronConvexityMultipleCells.cxx TestQuadraticPolygon.cxx TestRect.cxx TestSelectionExpression.cxx TestSelectionSubtract.cxx TestSimpleIncrementalOctreePointLocator.cxx TestSortFieldData.cxx TestStaticCellLocator.cxx TestTable.cxx TestThreadedCopy.cxx TestTreeBFSIterator.cxx TestTreeDFSIterator.cxx TestTriangle.cxx TimePointLocators.cxx otherCellBoundaries.cxx otherCellPosition.cxx otherCellTypes.cxx otherColorTransferFunction.cxx otherEmptyCell.cxx otherFieldData.cxx otherImageData.cxx otherPolyData.cxx otherRectilinearGrid.cxx otherStructuredGrid.cxx otherUniformGrid.cxx otherUnstructuredGrid.cxx quadCellConsistency.cxx quadraticEvaluation.cxx TestBoundingBox.cxx TestPlane.cxx TestStaticCellLinks.cxx TestStructuredData.cxx TestDataObjectTypes.cxx TestPolyDataRemoveDeletedCells.cxx UnitTestCells.cxx UnitTestImplicitDataSet.cxx UnitTestImplicitVolume.cxx UnitTestLine.cxx UnitTestPlanesIntersection.cxx UnitTestTriangleIntersection.cxx ) vtk_add_test_cxx(vtkCommonDataModelCxxTests data_tests TestImageDataOrientation2.cxx,NO_DATA TestLagrangeTriangle.cxx TestLagrangeTetra.cxx TestLagrangeWedge.cxx quadraticIntersection.cxx TestCellIterators.cxx,NO_VALID,NO_OUTPUT TestCellLocator.cxx,NO_DATA TestIncrementalOctreePointLocator.cxx,NO_VALID TestMeanValueCoordinatesInterpolation1.cxx TestMeanValueCoordinatesInterpolation2.cxx TestPolyhedron4.cxx,NO_VALID,NO_OUTPUT TestSmoothErrorMetric.cxx TestQuadraticPolygonFilters.cxx ) # add to the list but don't define a test list(APPEND data_tests TestCellLocatorsEdgeCases.cxx TestPolyhedron2.cxx TestPolyhedronContouring.cxx TestPolyhedronCutter.cxx TestStaticCellLocatorEdgeCases.cxx ) vtk_add_test_cxx(vtkCommonDataModelCxxTests output_tests TestKdTreeRepresentation.cxx,NO_DATA ) ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET} NAME VTK::CommonDataModelCxxTests-TestCellLocatorsEdgeCases COMMAND vtkCommonDataModelCxxTests TestCellLocatorsEdgeCases DATA{../Data/test_surface.vtp} ) ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET} NAME VTK::CommonDataModelCxxTests-TestPolyhedron2 COMMAND vtkCommonDataModelCxxTests TestPolyhedron2 -D DATA{../Data/polyhedron_mesh.vtu} ) ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET} NAME VTK::CommonDataModelCxxTests-TestPolyhedronContouring COMMAND vtkCommonDataModelCxxTests TestPolyhedronContouring DATA{../Data/cell_850113.vtu} DATA{../Data/cell_12851_26.vtu} ) ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET} NAME VTK::CommonDataModelCxxTests-TestPolyhedronCutter COMMAND vtkCommonDataModelCxxTests TestPolyhedronCutter DATA{../Data/onePolyhedron.vtu} DATA{../Data/sliceOfPolyhedron.vtu} ) ExternalData_add_test(${_vtk_build_TEST_DATA_TARGET} NAME VTK::CommonDataModelCxxTests-TestStaticCellLocatorEdgeCases COMMAND vtkCommonDataModelCxxTests TestStaticCellLocatorEdgeCases DATA{../Data/test_surface.vtp} ) set(all_tests ${tests} ${data_tests} ${output_tests} ${custom_tests} ) vtk_test_cxx_executable(vtkCommonDataModelCxxTests all_tests)