Skip to content
Snippets Groups Projects
Commit 19c7421a authored by Jö Fahlke's avatar Jö Fahlke Committed by Christian Engwer
Browse files

[multirhstest] Run even if Vc was not found.

This makes sense since we do test with AlignedNumber now.  If Vc is found, we
still test with that, in addition to AlignedNumber.
parent 147dfdd2
No related branches found
No related tags found
1 merge request!87[multirhstest] Check with AlignedNumber.
......@@ -20,10 +20,8 @@ dune_add_test(SOURCES matrixutilstest.cc)
dune_add_test(SOURCES matrixtest.cc)
if(Vc_FOUND)
dune_add_test(SOURCES multirhstest.cc)
add_dune_vc_flags(multirhstest)
endif(Vc_FOUND)
dune_add_test(SOURCES bvectortest.cc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment