Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h186 bool test__start_subtest_with_desc(const char *name, const char *description);
H A Dtest_progs.c573 bool test__start_subtest_with_desc(const char *subtest_name, const char *subtest_desc) in test__start_subtest_with_desc() function
638 return test__start_subtest_with_desc(subtest_name, NULL); in test__start_subtest()
H A Dtest_loader.c1327 if (!test__start_subtest_with_desc(subspec->name, subspec->description)) in run_subtest()