# the two-phase non-isothermal simulation program
dune_add_test(NAME exercise_basic_2pni_solution
              SOURCES 2pnimain.cc)


# add exercise to the common target
add_dependencies(test_exercises exercise_basic_2pni_solution)

# add a symlink for each input file
add_input_file_links()
