Skip to content
Snippets Groups Projects
Commit 7b5ec4bf authored by Timo Koch's avatar Timo Koch
Browse files

[test] With upstream changes in core/dune-grid!332 the test now pass

parent 9d9e7984
No related branches found
No related tags found
1 merge request!58[test] Change the test mode to standard passing mode
Pipeline #19248 failed
add_definitions(-DDUNE_FOAMGRID_EXAMPLE_GRIDS_PATH=\"${PROJECT_SOURCE_DIR}/doc/grids/\")
add_definitions(-DDUNE_GRID_EXAMPLE_GRIDS_PATH=\"${DUNE_GRID_EXAMPLE_GRIDS_PATH}\")
dune_add_test(SOURCES foamgrid-test.cc EXPECT_FAIL)
if(${DUNE_GRID_VERSION} VERSION_LESS 2.7)
# before version 2.7 these tests fail because of an overly strict requirement
# in the grid test about the sum over all outer normals of a grid view
dune_add_test(SOURCES foamgrid-test.cc EXPECT_FAIL)
dune_add_test(SOURCES local-refine-test.cc EXPECT_FAIL)
else()
dune_add_test(SOURCES foamgrid-test.cc)
dune_add_test(SOURCES local-refine-test.cc)
endif()
dune_add_test(SOURCES global-refine-test.cc)
dune_add_test(SOURCES local-refine-test.cc EXPECT_FAIL)
dune_add_test(SOURCES growth-test-1d.cc)
dune_add_test(SOURCES growth-test-2d.cc)
dune_add_test(SOURCES setposition-test.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