Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/unity/include/
Dunity_fixture_extras.h29 #define UNITY_MAYBE_EXIT(rc) do { exit(rc); } while(0) macro
31 #define UNITY_MAYBE_EXIT(rc) do { (void) rc; } while(0)
56 UNITY_MAYBE_EXIT(rc); \