Searched refs:suite_t (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c9 * a test function and a logging identifier. A test suite is a suite_t
76 } suite_t; typedef in typeref:struct:__anon1429
116 static suite_t *create_suite(const char *name, int numoftests,
120 suite_t *suite = (suite_t *)malloc(sizeof(suite_t));
131 static void destroy_suite(suite_t *suite)
136 static void log_suite_info(suite_t *suite)
142 static void log_suite_results(suite_t *suite, int passed_tests)
170 static void run_test(suite_t *suit
[all...]

Completed in 24 milliseconds