Open
Description
Currently, each input file in a benchmark set needs to have a unique name, it is not sufficient to have equally-named files in different directories. The reason is that the file name is used for the log-file name. BenchExec should support having files dir1/file.c
and dir2/file.c
in a single benchmark.
This can be achieved by putting the log files into ...logfiles/dir1/file.c.log
and ...logfiles/dir2/file.c.log
instead of ...logfiles/file.c.log
.