Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c26 #define TEST_TAG_RETVAL_PFX "comment:test_retval=" macro
234 } else if (str_has_pfx(s, TEST_TAG_RETVAL_PFX)) { in parse_test_spec()
235 val = s + sizeof(TEST_TAG_RETVAL_PFX) - 1; in parse_test_spec()