tests/Makefile.inc: Enable support for multiple test groups
commit1add48381955fa60d4ec9fb4e1d30d62703925de
authorJakub Czapiga <jacz@semihalf.com>
Fri, 5 Mar 2021 10:37:23 +0000 (5 11:37 +0100)
committerFurquan Shaikh <furquan@google.com>
Wed, 10 Mar 2021 20:23:19 +0000 (10 20:23 +0000)
tree9b49ed8882c91d1ce7871df1b84cdc2c107716bd
parent689c25b9d6bbd62875f1fb31dca5cc694b8e262f
tests/Makefile.inc: Enable support for multiple test groups

Until now output of all test groups run in single unit test were
saved in the same file which caused Jenkins to fail because
of existence of multiple root XML elements.
Now each test group is saved to its own file containing its name
at the end of the filename.

Signed-off-by: Jakub Czapiga <jacz@semihalf.com>
Change-Id: I21ba512073bc8d8693daad8a9b86d5b076bea03f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51281
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
tests/Makefile.inc