diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 88d856a..67b403b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -17,13 +17,6 @@ itk_add_test(NAME pctProtonPairsToDistanceDrivenProjectionTest itk_add_test(NAME pctHoleFillingImageFilterTest COMMAND PCTTestDriver pctHoleFillingImageFilterTest) -#----------------------------------------------------------------------------- -# Python tests -if(ITK_WRAP_PYTHON) - itk_python_add_test(NAME pctPythonWrappingInstantiationTest COMMAND pctPythonWrappingInstantiationTest.py) - itk_python_add_test(NAME pctOutputArgumentWrappingTest COMMAND pctOutputArgumentWrapping.py) -endif() - #----------------------------------------------------------------------------- # Applications testing # This must come before the call to ExternalData_add_target(ITKData)