Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 391 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 394 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 397 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 399 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|