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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c73 test_fn_t set_up; member in struct:__anon1429
117 test_fn_t set_up, unit_test_t *tests,
125 suite->set_up = set_up;
181 suite->set_up();
274 #define run_suite(set_up, tests, tear_down, ...) \
276 (set_up), (tests), (tear_down), __VA_ARGS__)
283 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests,
302 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, argument
311 suite_t *suite = create_suite(name, numoftests, set_up, test
116 create_suite(const char *name, int numoftests, test_fn_t set_up, unit_test_t *tests, test_fn_t tear_down) argument
[all...]

Completed in 19 milliseconds