Allow user to append external sources to a system test.
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" ...)