Skip to content
Open
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
4 changes: 2 additions & 2 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ itk_add_test(NAME pctHoleFillingImageFilterTest COMMAND PCTTestDriver pctHoleFil
#-----------------------------------------------------------------------------
# Python tests
if(ITK_WRAP_PYTHON)
itk_python_add_test(NAME pctPythonWrappingInstantiationTest COMMAND pctPythonWrappingInstantiationTest.py)
itk_python_add_test(NAME pctOutputArgumentWrappingTest COMMAND pctOutputArgumentWrapping.py)
itk_python_add_test(NAME pctPythonWrappingInstantiationTest COMMAND pct_python_wrapping_instantiation_test.py)
itk_python_add_test(NAME pctOutputArgumentWrappingTest COMMAND pct_output_argument_wrapping_test.py)
endif()

#-----------------------------------------------------------------------------
Expand Down
Loading