Searched defs:test_info (Results 1 – 2 of 2) sorted by relevance
30 typedef struct test_info { struct31 const char *test_case_name;32 int (*test_fn) (void);33 int (*param_test_fn)(int idx);34 int num;37 int subtest:1;
109 void test_info(const char *file, int line, const char *desc, ...) in test_info() function
Completed in 4 milliseconds