Home
last modified time | relevance | path

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

/lib/liblwip/test/unit/
Dlwip_check.h20 static Suite* create_suite(const char* name, TFun *tests, size_t num_tests, SFun setup, SFun teardo… in create_suite() argument
25 for(i = 0; i < num_tests; i++) { in create_suite()