Home
last modified time | relevance | path

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

/system/bt/test/suite/
Dmain.c89 printf(" %s\n", test_suite[i].function_name); in print_usage()
100 if (!strcmp(test_name, test_suite[i].function_name)) { in is_valid()
229 if (!test_name || !strcmp(test_name, test_suite[i].function_name)) { in main()
232 if (test_suite[i].function()) { in main()
233 printf("[%4d] %-64s [%sPASS%s]\n", ++case_num, test_suite[i].function_name, GREEN, DEFAULT); in main()
236 printf("[%4d] %-64s [%sFAIL%s]\n", ++case_num, test_suite[i].function_name, RED, DEFAULT); in main()
/system/bt/test/suite/cases/
Dcases.c50 const test_case_t test_suite[] = { variable
71 const size_t test_suite_size = ARRAY_SIZE(test_suite);
Dcases.h31 extern const test_case_t test_suite[];