Skip to content
Snippets Groups Projects
Commit ea8ab29e authored by Robert K's avatar Robert K
Browse files

[cleanup][tests] disable some tests.

parent 00cfdcfc
No related branches found
No related tags found
1 merge request!1Update to 2.8
Pipeline #30523 failed
......@@ -6,7 +6,8 @@ set(WORLDDIM ${GRIDDIM})
set(METAGRIDS idgrid)
# set(METAGRIDS idgrid,idgrid,idgrid)
set(TESTS test-cacheitgrid test-cartesiangrid test-filteredgrid test-idgrid test-metagrids test-parallelgrid test-sfc test-prismgrid)
# set(TESTS test-cacheitgrid test-cartesiangrid test-filteredgrid test-idgrid test-metagrids test-parallelgrid test-sfc test-prismgrid)
set(TESTS test-cartesiangrid test-filteredgrid test-idgrid )
foreach(_executable ${TESTS})
dune_add_test(NAME ${_executable} SOURCES ${_executable}.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