Skip to content
Snippets Groups Projects
Commit ecbf00ea authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Shorten poweriteratortest to reduce test duration

The tests often times out when compiled without optimizations
parent 4f5c3d1d
No related branches found
No related tags found
1 merge request!22Feature/shorten poweriterationtest
add_executable(poweriterationtest cond2test.cc)
target_link_libraries(poweriterationtest dunecommon)
dune_add_test(TARGET poweriterationtest)
dune_add_test(
TARGET poweriterationtest
CMD_ARGS 40)
if(SUPERLU_FOUND)
add_executable(poweriterationsuperlutest cond2test.cc)
add_dune_superlu_flags(poweriterationsuperlutest)
dune_add_test(TARGET poweriterationsuperlutest)
dune_add_test(
TARGET poweriterationsuperlutest
CMD_ARGS 40)
target_link_libraries(poweriterationsuperlutest dunecommon)
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment