Skip to content

Commit

Permalink
WIP: Test ElastixLibBasedExe instead of the elastix executable
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Dekker committed Dec 10, 2020
1 parent 89f64d8 commit 47da687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ macro( elx_add_run_test testbasename howtocompare )
# Set maximum test length to 10 minutes
add_test( NAME ${testname}_OUTPUT
CONFIGURATIONS Release
COMMAND ${EXECUTABLE_OUTPUT_PATH}/elastix
COMMAND ${EXECUTABLE_OUTPUT_PATH}/ElastixLibBasedExe
${elastixargs} -out ${output_dir} )
set_tests_properties( ${testname}_OUTPUT
PROPERTIES TIMEOUT 600 )
Expand Down

0 comments on commit 47da687

Please sign in to comment.