Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bits.c73 kunit_test_suite(bits_test_suite);
H A Dtest_kasan.c1139 kunit_test_suite(kasan_kunit_test_suite);
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dcrypto_test.c70 kunit_test_suite(mptcp_crypto_suite);
H A Dtoken_test.c140 kunit_test_suite(mptcp_token_suite);
/OK3568_Linux_fs/kernel/mm/damon/
H A Ddbgfs-test.h176 kunit_test_suite(damon_test_suite);
H A Dcore-test.h249 kunit_test_suite(damon_test_suite);
H A Dvaddr-test.h320 kunit_test_suite(damon_test_suite);
/OK3568_Linux_fs/kernel/Documentation/dev-tools/kunit/
H A Dusage.rst202 kunit_test_suite(example_test_suite);
208 ``kunit_test_suite(example_test_suite)`` registers the test suite with the
214 ``kunit_test_suite(...)`` is a macro which tells the linker to put the specified
H A Dstart.rst192 kunit_test_suite(misc_example_test_suite);
/OK3568_Linux_fs/kernel/drivers/base/test/
H A Dproperty-entry-test.c475 kunit_test_suite(property_entry_test_suite);
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy_unpack_test.c607 kunit_test_suite(apparmor_policy_unpack_test_module);
/OK3568_Linux_fs/kernel/include/kunit/
H A Dtest.h316 #define kunit_test_suite(suite) kunit_test_suites(&suite) macro