Skip to content
Snippets Groups Projects

[Cleanup Tests] renamed discret tests, moved tpfa nonconforming and the…

Merged Johannes Hommel requested to merge cleanup/rename_discret_tests into cleanup/rename_all_tests
12 files
+ 39
26
Compare changes
  • Side-by-side
  • Inline
Files
12
dune_add_test(NAME test_boxfvgeometry
SOURCES test_boxfvgeometry.cc
SOURCES main.cc
COMPILE_DEFINITIONS ENABLE_CACHING=false)
dune_add_test(NAME test_boxfvgeometry_caching
SOURCES test_boxfvgeometry.cc
SOURCES main.cc
COMPILE_DEFINITIONS ENABLE_CACHING=true)
#install sources
install(FILES
test_boxfvgeometry.cc
main.cc
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dumux/test/discretization/box)
Loading