Searched refs:__TEST_F_IMPL (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 360 __TEST_F_IMPL(fixture_name, test_name, -1, TEST_TIMEOUT_DEFAULT) 363 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT) 366 __TEST_F_IMPL(fixture_name, test_name, -1, timeout) 368 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \ macro
|