Home
last modified time | relevance | path

Searched refs:UNITY_MAIN_FUNC (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/unity/include/
Dunity_fixture_extras.h51 #define UNITY_MAIN_FUNC(func_) do { \ macro
74 #define UNITY_MAIN(group_) UNITY_MAIN_FUNC(TEST_ ## group_ ## _GROUP_RUNNER)
/hal_espressif-3.6.0/components/newlib/test_apps/main/
Dtest_newlib_main.c12 UNITY_MAIN_FUNC(run_all_tests); in app_main()