Skip to content
Snippets Groups Projects
Commit 86438a9f authored by Dominic Kempf's avatar Dominic Kempf
Browse files

[cmake][bugfix] enable skipping of new tests on return 77

It has to be enabled via the property SKIP_RETURN_CODE.
parent 1ad99477
No related branches found
No related tags found
No related merge requests found
......@@ -70,6 +70,7 @@ add_executable(multitypeblockmatrixtest "multitypeblockmatrixtest.cc")
add_dune_boost_flags(multitypeblockmatrixtest)
add_executable(multitypeblockvectortest "multitypeblockvectortest.cc")
add_dune_boost_flags(multitypeblockvectortest)
set_tests_properties(multitypeblockmatrixtest multitypeblockmatrixtest PROPERTIES SKIP_RETURN_CODE 77)
add_executable(mv "mv.cc")
add_executable(iotest "iotest.cc")
add_executable(inverseoperator2prectest "inverseoperator2prectest.cc")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment