# the immiscible two-phase simulation program dune_add_test(NAME exercise_basic_2p SOURCES exercise_basic_2p.cc) # the compositional two-phase two-component simulation program dune_add_test(NAME exercise_basic_2p2c SOURCES exercise_basic_2p2c.cc) # here, add the two-phase non-isothermal simulation program # add exercise to the common target add_dependencies(test_exercises exercise_basic_2p exercise_basic_2p2c) # add a symlink for each input file add_input_file_links()