Skip to content
Snippets Groups Projects
Commit ec05f5b3 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[test][bugfix] Activate fvectortest with GMPField


Before the test was not active since '#if HAVE_GMP' fails
if the gmp-flags where not added.

(cherry picked from commit 045c6d93)
Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
parent 5e1bdf93
No related branches found
No related tags found
1 merge request!2512017-05 merge of upstream repository
......@@ -97,6 +97,7 @@ target_link_libraries("testfloatcmp" "dunecommon")
add_executable("fmatrixtest" fmatrixtest.cc dummy.f)
target_link_libraries("fmatrixtest" "dunecommon")
add_executable("fvectortest" fvectortest.cc)
add_dune_gmp_flags("fvectortest")
add_executable("gcdlcmtest" gcdlcmtest.cc)
add_executable("genericiterator_compile_fail" EXCLUDE_FROM_ALL genericiterator_compile_fail.cc)
add_executable("integersequence" integersequence.cc)
......
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