File: CMakeLists.txt

package info (click to toggle)
itkgenericlabelinterpolator 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: cpp: 431; python: 52; sh: 27; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
itk_module_test()

set(GenericLabelInterpolatorTests
  RotateLabels.cxx
  )

CreateTestDriver(GenericLabelInterpolator "${GenericLabelInterpolator-Test_LIBRARIES}" "${GenericLabelInterpolatorTests}")

itk_add_test(NAME GenericLabelInterpolatorRotateLabelsTest
  COMMAND GenericLabelInterpolatorTestDriver
  --compare
    ${ITK_TEST_OUTPUT_DIR}/gl_gaussian_3.mha
    DATA{Baseline/gl_gaussian_3.mha}
  RotateLabels
    DATA{Input/classification.mha}
    ${ITK_TEST_OUTPUT_DIR}/
    3
  )