diff --git a/fem/tests/InternalPartitioning/runtest.cmake b/fem/tests/InternalPartitioning/runtest.cmake index 6c5c14ca6f..7bfbcd53c4 100644 --- a/fem/tests/InternalPartitioning/runtest.cmake +++ b/fem/tests/InternalPartitioning/runtest.cmake @@ -1,4 +1,4 @@ include(test_macros) execute_process(COMMAND ${ELMERGRID_BIN} 1 2 angle) -execute_process(COMMAND ${ELMERSOLVER_BIN} part.sif) +EXECUTE_ELMER_SOLVER(part.sif) RUN_ELMER_TEST() diff --git a/fem/tests/InternalPartitioning2/runtest.cmake b/fem/tests/InternalPartitioning2/runtest.cmake index 6c5c14ca6f..7bfbcd53c4 100644 --- a/fem/tests/InternalPartitioning2/runtest.cmake +++ b/fem/tests/InternalPartitioning2/runtest.cmake @@ -1,4 +1,4 @@ include(test_macros) execute_process(COMMAND ${ELMERGRID_BIN} 1 2 angle) -execute_process(COMMAND ${ELMERSOLVER_BIN} part.sif) +EXECUTE_ELMER_SOLVER(part.sif) RUN_ELMER_TEST() diff --git a/fem/tests/InternalPartitioning3/runtest.cmake b/fem/tests/InternalPartitioning3/runtest.cmake index 6c5c14ca6f..7bfbcd53c4 100644 --- a/fem/tests/InternalPartitioning3/runtest.cmake +++ b/fem/tests/InternalPartitioning3/runtest.cmake @@ -1,4 +1,4 @@ include(test_macros) execute_process(COMMAND ${ELMERGRID_BIN} 1 2 angle) -execute_process(COMMAND ${ELMERSOLVER_BIN} part.sif) +EXECUTE_ELMER_SOLVER(part.sif) RUN_ELMER_TEST() diff --git a/fem/tests/mgdyn_steady_quad_extruded_restart/runtest.cmake b/fem/tests/mgdyn_steady_quad_extruded_restart/runtest.cmake index 8f14b7c7bf..a638e29d8a 100644 --- a/fem/tests/mgdyn_steady_quad_extruded_restart/runtest.cmake +++ b/fem/tests/mgdyn_steady_quad_extruded_restart/runtest.cmake @@ -1,4 +1,4 @@ include(test_macros) execute_process(COMMAND ${ELMERGRID_BIN} 1 2 quads.grd -nooverwrite) -execute_process(COMMAND ${ELMERSOLVER_BIN} case2d.sif) +EXECUTE_ELMER_SOLVER(case2d.sif) RUN_ELMER_TEST()