Skip to content
Snippets Groups Projects

Reenable cosseratrodtest

Merged Sander, Oliver requested to merge reenable-cosseratrodtest into master
Files
2
+ 1
7
@@ -4,6 +4,7 @@ set(TESTS
@@ -4,6 +4,7 @@ set(TESTS
averagedistanceassemblertest
averagedistanceassemblertest
cosseratenergytest
cosseratenergytest
cosseratrodenergytest
cosseratrodenergytest
 
cosseratrodtest
embeddedglobalgfefunctiontest
embeddedglobalgfefunctiontest
harmonicenergytest
harmonicenergytest
localgeodesicfefunctiontest
localgeodesicfefunctiontest
@@ -17,13 +18,6 @@ set(TESTS
@@ -17,13 +18,6 @@ set(TESTS
targetspacetest
targetspacetest
)
)
# TODO: This test currently run-time fails in some of the CI pipelines,
# and I am not able to figure out why. I disable the test to make the
# rest of the CI tests usable again.
# if (${DUNE_COMMON_VERSION} VERSION_GREATER_EQUAL 2.8)
# set(TESTS cosseratrodtest ${TESTS})
# endif()
if (dune-curvedgrid_FOUND)
if (dune-curvedgrid_FOUND)
set(TESTS test-cylinder ${TESTS})
set(TESTS test-cylinder ${TESTS})
endif()
endif()
Loading