zephyr/tests/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
..
automain ztest: add a weak implementation of test_main() 2021-10-28 16:57:51 -04:00
base cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
busy_sim cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
custom_output cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
error_hook tests: ztests: error_hook: Fix for Armv8R aarch64 2021-09-28 20:06:06 -04:00
mock cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
mock_fff modules: Add fff mocking framework 2021-10-22 09:43:13 -04:00
register ztest: Add register functionality 2021-10-28 16:57:51 -04:00