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

[test] Reenable parallel grid test

parent 204ca1f3
No related branches found
No related tags found
No related merge requests found
Pipeline #38994 failed
......@@ -7,7 +7,7 @@ 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-cartesiangrid test-idgrid )
set(TESTS test-cartesiangrid test-idgrid test-parallelgrid)
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