zephyr/subsys/testsuite/ztest
Ming Shao 9a4b5e1d90 ztest: Add test duration to summary for new ztest
Add duration stats at both suite level and unit test
level into test summary. The duration is at second
level. Since the new ztest fx can execute a test suite
for multiple times, the worst/longest test duration is
collected.

Note that even a skipped test can have a duration greater
than 0 because the skip operation itself is not free.

Signed-off-by: Ming Shao <ming.shao@intel.com>
2022-08-11 09:01:12 -04:00
..
include/zephyr ztest: Add test duration to summary for new ztest 2022-08-11 09:01:12 -04:00
src ztest: Add test duration to summary for new ztest 2022-08-11 09:01:12 -04:00
CMakeLists.txt testing: add zephyr/ prefix to testing include path 2022-06-29 06:04:32 -04:00
Kconfig ztest: Add config switch for modes of test output 2022-08-11 09:01:12 -04:00