Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_progs.c23 const char *subtest_name; member
83 test->subtest_name, sub_error_cnt ? "FAIL" : "OK"); in test__end_subtest()
90 if (test->subtest_name) { in test__start_subtest()
92 test->subtest_name = NULL; in test__start_subtest()
107 test->subtest_name = name; in test__start_subtest()
553 if (test->subtest_name) in main()