Skip to content
Snippets Groups Projects
Commit be518ae8 authored by Jonathan Youett's avatar Jonathan Youett
Browse files

SKIP_ON_77 is now called per default

parent 1ab635cc
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,7 @@ if (ADOLC_FOUND)
endif(ADOLC_FOUND)
dune_add_test(SOURCES constantfunctiontest.cc)
dune_add_test(SOURCES makerefinedsimplexgeometrytest.cc
SKIP_ON_77)
dune_add_test(SOURCES makerefinedsimplexgeometrytest.cc)
dune_add_test(SOURCES newpfeassemblertest.cc)
dune_add_test(SOURCES pgmtest.cc)
dune_add_test(SOURCES ppmtest.cc)
......@@ -68,8 +67,7 @@ if (ADOLC_FOUND)
endif()
if(Boost_SERIALIZATION_FOUND)
dune_add_test(SOURCES serializationtest.cc
SKIP_ON_77)
dune_add_test(SOURCES serializationtest.cc)
set_property(TARGET serializationtest APPEND PROPERTY INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIRS})
target_link_libraries(serializationtest ${Boost_SERIALIZATION_LIBRARY})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment