On 31 Mar 2016, at 15:23, msuraev@sysmocom.de wrote:
From: Max msuraev@sysmocom.de
This allows to specify additional files which shall be copied into temporary directory where tests are executed.
when we chatted I had something like this in make
make_tmp_dir copy_recursively(orig, tmp_dir) run(tmp_dir/cfg_file)
was your approach more simple?