# the grid exercise simulation program
dune_add_test(NAME exercise_grids
              SOURCES main.cc)

# add tutorial to the common target
add_dependencies(test_exercises exercise_grids)

# add a symlink for each input file
add_input_file_links()
# add a symlink for the grids folder
dune_symlink_to_source_files(FILES grids)