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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c72 int numoftests; member in struct:__anon1429
83 uintmax_t numoftests; member in struct:__anon1430
116 static suite_t *create_suite(const char *name, int numoftests, argument
124 suite->numoftests = numoftests;
139 logr("Number of tests: %d\n\n", suite->numoftests);
144 results.numoftests += (uintmax_t)suite->numoftests;
245 for (i = 0; i < suite->numoftests; i++) {
283 void _run_suite(int numoftests, test_fn_
302 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char *format, ...) argument
[all...]

Completed in 22 milliseconds