Skip to content

Commit e14ae04

Browse files
hjmjohnsonclaude
andcommitted
BUG: Restore itkCrossHelperGTest.cxx to ITKCommonGTests build list
The file itkCrossHelperGTest.cxx was inadvertently dropped from the ITKCommonGTests set in CMakeLists.txt when PR InsightSoftwareConsortium#5887 (AnnulusOperator) resolved a rebase conflict by replacing the CrossHelper entry rather than keeping both. The test file exists in the repository but was not being compiled or run. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2d8ecb3 commit e14ae04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Core/Common/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,6 +1686,7 @@ set(
16861686
itkPixelAccessGTest.cxx
16871687
itkImageTransformGTest.cxx
16881688
itkAnnulusOperatorGTest.cxx
1689+
itkCrossHelperGTest.cxx
16891690
itkAdaptorComparisonGTest.cxx
16901691
)
16911692
creategoogletestdriver(ITKCommon "${ITKCommon-Test_LIBRARIES}" "${ITKCommonGTests}")

0 commit comments

Comments
 (0)