]> git.baikalelectronics.ru Git - arm-tf.git/commit
test(tc): return test failures count for tfm-testsuite
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 5 May 2023 13:51:28 +0000 (15:51 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 15 May 2023 11:02:27 +0000 (13:02 +0200)
commit26207c2d33dc0576345e425c05f419cab43a7b48
tree0afcc1f52a006ed9bcfb4421ebf3f7ea90aa26f1
parent4eefbf1bf73aed1f48c0dbb06577625d2d0ce953
test(tc): return test failures count for tfm-testsuite

When running the "tfm-testsuite" set of platform tests, we now count
the number of failed tests (in addition to printing a test summary)
and report that back to the caller,
i.e. tc_bl31_common_platform_setup().

This will be useful to consolidate the tests failure reporting code in
a subsequent patch.

Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
Change-Id: I8e51f03869f3b2f264b6581b3bd2a53be0198057
plat/arm/board/tc/rss_ap_tests.c