Searched refs:_BEGIN_TEST (Results 1 – 1 of 1) sorted by relevance
59 #define _BEGIN_TEST(name, struct_name) static void struct_name(); static __attribute__((constructor… macro64 #define BEGIN_TEST(name) _BEGIN_TEST(name, PASTE(Test_, __COUNTER__))65 #define BEGIN_TEST_TODO(name) _BEGIN_TEST(name, PASTE(Test_, __COUNTER__))66 #define BEGIN_TEST_FAIL(name) _BEGIN_TEST(name, PASTE(Test_, __COUNTER__))