Home
last modified time | relevance | path

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

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