Skip to content

Commit 4ea55f7

Browse files
authored
Merge pull request #89 from InsightSoftwareConsortium/fix-test-variable-names
BUG: Fix test variable names for remote module
2 parents ecdc19a + 586675b commit 4ea55f7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
itk_module_test()
2-
set( ITKSplitComponentsTests
2+
set( SplitComponentsTests
33
itkSplitComponentsImageFilterTest.cxx
44
)
5-
CreateTestDriver( ITKSplitComponents "${ITKSplitComponents-Test_LIBRARIES}" "${ITKSplitComponentsTests}" )
5+
CreateTestDriver( SplitComponents "${SplitComponents-Test_LIBRARIES}" "${SplitComponentsTests}" )
66

7-
set( TEMP ${ITK_TEST_OUTPUT_DIR} )
87

98
itk_add_test(NAME itkSplitComponentsImageFilterTest
10-
COMMAND ITKSplitComponentsTestDriver
9+
COMMAND SplitComponentsTestDriver
1110
--compare
1211
DATA{Baseline/itkSplitComponentsImageFilterTestBaseline0.mha}
1312
itkSplitComponentsImageFilterTestOutput0.mha

0 commit comments

Comments
 (0)