parse_test_list
ASSERT_OK(parse_test_list("t/subtest1,t/subtest2", &set, true),
ASSERT_OK(parse_test_list("arg_parsing", &set, true), "parsing");
ASSERT_OK(parse_test_list("arg_parsing,bpf_cookie", &set, true),
ASSERT_OK(parse_test_list("arg_parsing/arg_parsing,bpf_cookie",
ASSERT_OK(parse_test_list("arg_parsing/arg_parsing", &set, true),
ASSERT_OK(parse_test_list("bpf_cookie", &set, true), "parsing");
ASSERT_OK(parse_test_list("send_signal", &set, true), "parsing");
ASSERT_OK(parse_test_list("bpf_cookie/trace", &set, false), "parsing");
err = parse_test_list(arg,
err = parse_test_list(arg,
err = parse_test_list(arg,
int parse_test_list(const char *s,