# the one-phase simulation program
dune_add_test(NAME exercise_mainfile_a_solution
              SOURCES exercise1pa_solution_main.cc
              COMPILE_DEFINITIONS TYPETAG=OnePIncompressible)

# here, add the two-phase non-isothermal simulation program

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

# add a symlink for each input file
add_input_file_links()
