Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading