Skip to content
Snippets Groups Projects
  • Sander, Oliver's avatar
    38ae6cbe
    Remove interillustration.cc · 38ae6cbe
    Sander, Oliver authored
    It is no test.  Rather, it is a program I used to create illustrations
    for the paper on GFE test functions (arXiv:1607.07479).  I moved the
    program into the git repository of that paper.
    38ae6cbe
    History
    Remove interillustration.cc
    Sander, Oliver authored
    It is no test.  Rather, it is a program I used to create illustrations
    for the paper on GFE test functions (arXiv:1607.07479).  I moved the
    program into the git repository of that paper.
CMakeLists.txt 477 B
set(TESTS
  adolctest
  averagedistanceassemblertest
  cosseratenergytest
  frameinvariancetest
  globalgfetestfunctionbasistest
  harmonicenergytest
  localgeodesicfefunctiontest
  localgeodesicfestiffnesstest
  localgfetestfunctiontest
  localprojectedfefunctiontest
  orthogonalmatrixtest
  rodassemblertest
  rotationtest
  svdtest
  targetspacetest
)

foreach(_test ${TESTS})
  dune_add_test(SOURCES ${_test}.cc)
  target_compile_options(${_test} PRIVATE -g)
endforeach()