Skip to content

Allow user to append external sources to a system test.

Timo Koch requested to merge feature/copy_link_additional_sources into master

All macros get an optional extension to the interface with the new argument APPEND that can be used to symlink/(copy on windows) additional sources like grid files/folders to the build directory. This is a suggestion for issue #24 (closed).

Example

add_dune_system_test(... APPEND "foo" "bar.grid" ...)

Merge request reports