mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
changed: mark parallel tests for serial execution
This commit is contained in:
parent
1b986056ce
commit
2de1be466e
@ -99,6 +99,8 @@ function(add_test_compare_parallel_simulation)
|
||||
${PARAM_ABS_TOL} ${PARAM_REL_TOL}
|
||||
${COMPARE_ECL_COMMAND}
|
||||
TEST_ARGS ${TEST_ARGS})
|
||||
set_tests_properties(compareParallelSim_${PARAM_SIMULATOR}+${PARAM_FILENAME}
|
||||
PROPERTIES RUN_SERIAL 1)
|
||||
endfunction()
|
||||
|
||||
|
||||
@ -130,6 +132,8 @@ function(add_test_compare_parallel_restarted_simulation)
|
||||
${OPM_PACK_COMMAND}
|
||||
1
|
||||
TEST_ARGS ${TEST_ARGS})
|
||||
set_tests_properties(compareParallelRestartedSim_${PARAM_SIMULATOR}+${PARAM_FILENAME}
|
||||
PROPERTIES RUN_SERIAL 1)
|
||||
endfunction()
|
||||
|
||||
if(NOT TARGET test-suite)
|
||||
|
Loading…
Reference in New Issue
Block a user