We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eda8d commit 59b13b9Copy full SHA for 59b13b9
2 files changed
test/Input/prostate_00.nii.gz
3.77 KB
wrapping/test/CMakeLists.txt
@@ -31,6 +31,14 @@ if(wrap_3_index GREATER -1)
31
100 # iso-surface value
32
)
33
34
+ itk_python_add_test(NAME Cuberille_prostate_00_python
35
+ TEST_DRIVER_ARGS
36
+ COMMAND cuberille_test.py
37
+ DATA{${test_input_dir}/prostate_00.nii.gz}
38
+ ${ITK_TEST_OUTPUT_DIR}/prostate_00.vtk
39
+ 1 # iso-surface value
40
+ )
41
+
42
itk_python_add_test(NAME Cuberille_hydrogenAtom_35_python
43
TEST_DRIVER_ARGS
44
COMMAND cuberille_test.py
0 commit comments