Home
last modified time | relevance | path

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

/linux/lib/kunit/
A Dkunit-example-test.c109 static struct kunit_suite example_test_suite = { variable
119 kunit_test_suites(&example_test_suite);
/linux/Documentation/dev-tools/kunit/
A Dusage.rst197 static struct kunit_suite example_test_suite = {
203 kunit_test_suite(example_test_suite);
205 In the above example the test suite, ``example_test_suite``, would run the test
209 ``kunit_test_suite(example_test_suite)`` registers the test suite with the

Completed in 11 milliseconds