PageRenderTime 62ms CodeModel.GetById 37ms RepoModel.GetById 1ms app.codeStats 0ms

/Modules/Filtering/GPUImageFilterBase/wrapping/test/CMakeLists.txt

https://github.com/thewtex/ITK
CMake | 15 lines | 14 code | 1 blank | 0 comment | 1 complexity | bd4ade93df8301158d3f5259ac2fe689 MD5 | raw file
  1. if(ITK_WRAP_PYTHON)
  2. itk_python_add_test(NAME itkGPUNeighborhoodOperatorImageFilterPythonTest2D
  3. TEST_DRIVER_ARGS
  4. COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/itkGPUNeighborhoodOperatorImageFilterTest.py
  5. DATA{../../test/Input/BrainProtonDensitySlice.png}
  6. ${ITK_TEST_OUTPUT_DIR}/gpuNeighborhoodOperatorImageFilterTest2DPython.mha 2
  7. )
  8. itk_python_add_test(NAME itkGPUNeighborhoodOperatorImageFilterPythonTest3D
  9. TEST_DRIVER_ARGS
  10. COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/itkGPUNeighborhoodOperatorImageFilterTest.py
  11. DATA{../../test/Input/HeadMRVolume.mha}
  12. ${ITK_TEST_OUTPUT_DIR}/gpuNeighborhoodOperatorImageFilterTest3DPython.mha 3
  13. )
  14. endif()