Skip to content

Commit

Permalink
Merge remote-tracking branch 'blaster/itkv3-registration-test-propert…
Browse files Browse the repository at this point in the history
…ies' into release
  • Loading branch information
thewtex committed May 22, 2019
2 parents 262d297 + f4543a3 commit 3e12e70
Showing 1 changed file with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ if( ITK_USE_BRAINWEB_DATA )

set( NUMBER_OF_BSPLINE_GRID_NODES 5 )

message("CTEST_TEST_TIMEOUT: ${CTEST_TEST_TIMEOUT}")
if( CTEST_TEST_TIMEOUT GREATER 3000 )

itk_add_test(NAME ITKv3DeformableRegistration8Test1 COMMAND ${ITK_TEST_DRIVER}
Expand Down Expand Up @@ -472,12 +471,12 @@ if( ITK_USE_BRAINWEB_DATA )

# Due to the large memory requirements this tests must be run one by one
set_tests_properties(
DeformableRegistration8Test5
DeformableRegistration8Test6
DeformableRegistration8Test7
DeformableRegistration8Test8
DeformableRegistration8Test9
DeformableRegistration8Test10
ITKv3DeformableRegistration8Test5
ITKv3DeformableRegistration8Test6
ITKv3DeformableRegistration8Test7
ITKv3DeformableRegistration8Test8
ITKv3DeformableRegistration8Test9
ITKv3DeformableRegistration8Test10
PROPERTIES
RESOURCE_LOCK MEMORY_SIZE
)
Expand Down Expand Up @@ -516,8 +515,8 @@ if( ITK_USE_BRAINWEB_DATA )

# Due to the large memory requirements this tests lock the memory size resource
set_tests_properties(
DeformableRegistration8Test11
DeformableRegistration8Test12
ITKv3DeformableRegistration8Test11
ITKv3DeformableRegistration8Test12
PROPERTIES
RESOURCE_LOCK MEMORY_SIZE
)
Expand Down

0 comments on commit 3e12e70

Please sign in to comment.