Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vm/
H A Dvm_allocation.c73 int numoftests; member
84 uintmax_t numoftests; member
103 create_suite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t te… in create_suite() argument
109 suite->numoftests = numoftests; in create_suite()
126 logr("Number of tests: %d", suite->numoftests); in log_suite_info()
132 results.numoftests += (uintmax_t)suite->numoftests; in log_suite_results()
259 for (i = 0; i < suite->numoftests; i++) { in count_passed_suite_tests()
278 void _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char …
282 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char * for… in _run_suite() argument
290 suite_t * suite = create_suite(name, numoftests, set_up, tests, tear_down); in _run_suite()
[all …]