File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Modules/Filtering/BinaryMathematicalMorphology/test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ itk_module_test()
2
2
set (ITKBinaryMathematicalMorphologyTests
3
3
itkBinaryClosingByReconstructionImageFilterTest.cxx
4
4
itkBinaryDilateImageFilterTest.cxx
5
- itkBinaryDilateImageFilterTest2 .cxx
5
+ itkFastIncrementalBinaryDilateImageFilterTest .cxx
6
6
itkBinaryDilateImageFilterTest3.cxx
7
7
itkBinaryErodeImageFilterTest.cxx
8
8
itkBinaryErodeImageFilterTest3.cxx
@@ -24,8 +24,8 @@ itk_add_test(NAME itkBinaryClosingByReconstructionImageFilterTest
24
24
itkBinaryClosingByReconstructionImageFilterTest DATA{${ITK_DATA_ROOT}/Input/cthead1-bin.png} ${ITK_TEST_OUTPUT_DIR} /itkBinaryClosingByReconstructionImageFilterTest.png 0 255 10 )
25
25
itk_add_test (NAME itkBinaryDilateImageFilterTest
26
26
COMMAND ITKBinaryMathematicalMorphologyTestDriver itkBinaryDilateImageFilterTest )
27
- itk_add_test (NAME itkBinaryDilateImageFilterTest2
28
- COMMAND ITKBinaryMathematicalMorphologyTestDriver itkBinaryDilateImageFilterTest2 )
27
+ itk_add_test (NAME itkFastIncrementalBinaryDilateImageFilterTest
28
+ COMMAND ITKBinaryMathematicalMorphologyTestDriver itkFastIncrementalBinaryDilateImageFilterTest )
29
29
itk_add_test (NAME itkBinaryDilateImageFilterTest-100-0-0
30
30
COMMAND ITKBinaryMathematicalMorphologyTestDriver
31
31
--compare-MD5 ${ITK_TEST_OUTPUT_DIR} /itkBinaryDilateImageFilterTest-100-0-0.png
Original file line number Diff line number Diff line change 21
21
#include " itkTestingMacros.h"
22
22
23
23
int
24
- itkBinaryDilateImageFilterTest2 (int , char *[])
24
+ itkFastIncrementalBinaryDilateImageFilterTest (int , char *[])
25
25
{
26
26
unsigned int i;
27
27
You can’t perform that action at this time.
0 commit comments