Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/prog_tests/
Darg_parsing.c33 ASSERT_OK(parse_test_list("arg_parsing", &set, true), "parsing"); in test_parse_test_list()
42 ASSERT_OK(parse_test_list("arg_parsing,bpf_cookie", &set, true), in test_parse_test_list()
54 ASSERT_OK(parse_test_list("arg_parsing/arg_parsing,bpf_cookie", in test_parse_test_list()
71 ASSERT_OK(parse_test_list("arg_parsing/arg_parsing", &set, true), in test_parse_test_list()
73 ASSERT_OK(parse_test_list("bpf_cookie", &set, true), "parsing"); in test_parse_test_list()
74 ASSERT_OK(parse_test_list("send_signal", &set, true), "parsing"); in test_parse_test_list()
90 ASSERT_OK(parse_test_list("bpf_cookie/trace", &set, false), "parsing"); in test_parse_test_list()
101 ASSERT_OK(parse_test_list("t/subtest1,t/subtest2", &set, true), in test_parse_test_list()
/tools/testing/selftests/bpf/
Dtesting_helpers.h25 int parse_test_list(const char *s,
Dtesting_helpers.c218 int parse_test_list(const char *s, in parse_test_list() function
Dtest_progs.c773 err = parse_test_list(arg, in parse_arg()
786 err = parse_test_list(arg, in parse_arg()