-
Sander, Oliver authored
I wrote it without a clear idea of what is needed of such a test function, and I never finished it. Now it is unclear what the code does or is supposed to do, so let's just remove it.
Sander, Oliver authoredI wrote it without a clear idea of what is needed of such a test function, and I never finished it. Now it is unclear what the code does or is supposed to do, so let's just remove it.
CMakeLists.txt 435 B
set(TESTS
adolctest
averagedistanceassemblertest
cosseratenergytest
frameinvariancetest
harmonicenergytest
localgeodesicfefunctiontest
localgfetestfunctiontest
localprojectedfefunctiontest
orthogonalmatrixtest
rigidbodymotiontest
rodassemblertest
rotationtest
svdtest
targetspacetest
)
foreach(_test ${TESTS})
dune_add_test(SOURCES ${_test}.cc)
target_compile_options(${_test} PRIVATE -g)
endforeach()