Customizable group names
This MR adds the possibility to set a group name for each test in the ATC file:
<atc>
<test name="example system test" group="example">
...
The group name will be added to the XML output if the -X
option is specified.
If no group is specified, the path to the atc (relative to the current dir) will be taken as the group title as usual.