Skip to content
Snippets Groups Projects
Unverified Commit cb430455 authored by René Fritze's avatar René Fritze
Browse files

[test] add minimal output checks

parent 2117ed10
No related branches found
No related tags found
No related merge requests found
import dune.xt.grid.types as grid_types
from dune.xt.codegen import typeid_to_typedef_name as safe_name
# alberta needs manual flag adding in cmake, so we skip it here
all_grids = ((safe_name(g), g) for g in grid_types.all_types(cache, list(range(1, 4))) if 'Alberta' not in g)
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