-
- Downloads
Introduce dune_add_test in dune-istl
There are some tests, which are hard to port in the paamg directory. They want to explicitly test _without_ direct solver. Previously, you simply did not add the flags for the direct solver packages. add_dune_test relies on all flags, so we need a way to disable components again. That will be implemented as part of dune_add_executable. For now, we build the targets ourselves and hand them to dune_add_test.
Showing
- dune/istl/CMakeLists.txt 1 addition, 1 deletiondune/istl/CMakeLists.txt
- dune/istl/eigenvalue/CMakeLists.txt 1 addition, 1 deletiondune/istl/eigenvalue/CMakeLists.txt
- dune/istl/eigenvalue/test/CMakeLists.txt 15 additions, 47 deletionsdune/istl/eigenvalue/test/CMakeLists.txt
- dune/istl/paamg/test/CMakeLists.txt 72 additions, 92 deletionsdune/istl/paamg/test/CMakeLists.txt
- dune/istl/test/CMakeLists.txt 51 additions, 106 deletionsdune/istl/test/CMakeLists.txt
Loading
Please register or sign in to comment