Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/vm/
H A Dvm_allocation.c102 create_suite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t te… in create_suite() function
254 suite_t * suite = create_suite(name, numoftests, set_up, tests, tear_down); in _run_suite()