7c6081e02b
When running multiple tests, e.g. by using unit-tests target, it is hard to differentiate, which output comes from which file and/or configuration. This patch makes the output easier to analyze and understand by using new wrapper macro cb_run_group_tests(). This macro uses __TEST_NAME__ value (containing test path and Makefile test name) as a group name when calling cmocka group runner. Example: Test path: tests/lib/ Makefile test name: cbmem_stage_cache-test Test group array name: tests Result: tests/lib/cbmem_stage_cache-test(tests) Signed-off-by: Jakub Czapiga <jacz@semihalf.com> Change-Id: I4fd936d00d77cbe2637b857ba03b4a208428ea0d Reviewed-on: https://review.coreboot.org/c/coreboot/+/57144 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> |
||
---|---|---|
.. | ||
b64_decode-test.c | ||
bootmem-test.c | ||
cbmem_console-test.c | ||
cbmem_stage_cache-test.c | ||
compute_ip_checksum-test.c | ||
coreboot_table-test.c | ||
crc_byte-test.c | ||
dimm_info_util-test.c | ||
edid-test.c | ||
fmap-test.c | ||
hexstrtobin-test.c | ||
imd-test.c | ||
imd_cbmem-test.c | ||
libgcc-test.c | ||
list-test.c | ||
Makefile.inc | ||
malloc-test.c | ||
memchr-test.c | ||
memcmp-test.c | ||
memcpy-test.c | ||
memmove-test.c | ||
memrange-test.c | ||
memset-test.c | ||
region_file-test.c | ||
rtc-test.c | ||
spd_cache-test.c | ||
stack-test.c | ||
string-test.c | ||
timestamp-test.c | ||
uuid-test.c |