Skip to content
Snippets Groups Projects
Commit 19266037 authored by Simon Praetorius's avatar Simon Praetorius
Browse files

Links cond2test against dune-istl

parent 32fb97df
No related branches found
No related tags found
1 merge request!598Set up default include directories on module target
......@@ -2,19 +2,21 @@
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
dune_add_test(NAME poweriterationtest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
CMD_ARGS 40)
if(SuperLU_FOUND)
dune_add_test(NAME poweriterationsuperlutest SOURCES cond2test.cc
LINK_LIBRARIES Dune::ISTL
CMD_ARGS 40)
add_dune_superlu_flags(poweriterationsuperlutest)
endif()
if(ARPACKPP_FOUND)
dune_add_test(NAME arpackpptest SOURCES cond2test.cc)
dune_add_test(NAME arpackpptest SOURCES cond2test.cc LINK_LIBRARIES Dune::ISTL)
add_dune_arpackpp_flags(arpackpptest)
endif()
if(ARPACKPP_FOUND AND SuperLU_FOUND)
dune_add_test(NAME arpackppsuperlutest SOURCES cond2test.cc)
dune_add_test(NAME arpackppsuperlutest SOURCES cond2test.cc LINK_LIBRARIES Dune::ISTL)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment