Home
last modified time | relevance | path

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

/openbmc/linux/lib/kunit/
H A Dkunit-example-test.c48 static void example_test_exit(struct kunit *test) in example_test_exit() function
277 .exit = example_test_exit,
/openbmc/linux/Documentation/dev-tools/kunit/
H A Darchitecture.rst62 .exit = example_test_exit,
70 is called and after running the test, ``example_test_exit`` is called.
H A Dusage.rst188 .exit = example_test_exit,
198 ``example_test_init`` called immediately before it and ``example_test_exit``