Searched refs:create_suite (Results 1 – 1 of 1) sorted by relevance
102 create_suite(const char * name, int numoftests, test_fn_t set_up, unit_test_t * tests, test_fn_t te… in create_suite() function254 suite_t * suite = create_suite(name, numoftests, set_up, tests, tear_down); in _run_suite()