zephyr/subsys/testsuite/ztest
Yuval Peress 27f6a5e07d ztest: add a weak implementation of test_main()
Introduce a weak implementation of test_main() which calls:
* ztest_run_registered_test_suites(NULL);
* ztest_verify_all_registered_test_suites_ran();

This will attempt to run all registered test suites and verify that
they each ran.

Signed-off-by: Yuval Peress <peress@chromium.org>
2021-10-28 16:57:51 -04:00
..
include ztest: add a weak implementation of test_main() 2021-10-28 16:57:51 -04:00
src ztest: add a weak implementation of test_main() 2021-10-28 16:57:51 -04:00
CMakeLists.txt tests: ztest: add a common fatal and assert hook for special purpose 2021-01-13 09:05:31 -05:00
Kconfig ztest: fix ztest thread priority in cooperative mode 2021-04-21 08:10:36 -05:00