Skip to content
Snippets Groups Projects
Commit 045c6d93 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.
parent 61b68a36
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,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