Newer
Older
dune_add_test(NAME exercise_properties
SOURCES exercise_properties.cc)
# add tutorial to the common target
add_dependencies(test_exercises exercise_properties)
# add a symlink for each input file
add_input_file_links()