vtk_add_test_python(
  ParticleReader.py
  Plot3D.py,NO_VALID
  Plot3DScalars.py
  Plot3DVectors.py
  TestAVSucdReader.py
  TestFLUENTReader.py
  TestGAMBITReader.py
  # TestPolygonWriters.py # needs vtkCGMWriter (not built)
  motor.py
  testHexaPenta.py
  TestChacoReader.py
  TestSimplePointsReader.py
  TestPlot3DMeta.py
  )

if(VTK_RENDERING_BACKEND STREQUAL "OpenGL2")
vtk_add_test_python(
  TestXYZMol.py
  caffeine.py
  caffeine_notrailingwhitespaces.py
)
endif()
