Skip to content
Snippets Groups Projects
Commit 45fbc1c8 authored by Stefan Girke's avatar Stefan Girke
Browse files

[bugfix] stokes test was not added

parent 32556864
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ endif()
add_definitions( "-DYASPGRID" )
add_definitions( "-DGRIDDIM=2" )
if( NOT FEMDG_FAST_TESTBUILD )
if( DUNE_FEM_DG_VERSION VERSION_LESS "2.4.1" )
add_executable( stokesall ../main.cc )
......@@ -23,6 +24,7 @@ if( DUNE_FEM_DG_VERSION VERSION_LESS "2.4.1" )
set_property(TARGET stokes APPEND PROPERTY
COMPILE_DEFINITIONS "POLORDER=2" )
dune_target_enable_all_packages( stokes )
dune_add_test( stokes )
else()
dune_add_test( NAME stokes
SOURCES ../main.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment