Lines Matching refs:test
23 test suite, which allow users to see results of the last test suite
27 tristate "KUnit test for KUnit" if !KUNIT_ALL_TESTS
30 Enables the unit tests for the KUnit test framework. These tests test
31 the KUnit test framework itself; the tests are both written using
32 KUnit and test KUnit. This option should only be enabled for testing
37 tristate "Example test for KUnit" if !KUNIT_ALL_TESTS
40 Enables an example unit test that illustrates some of the basic
41 features of KUnit. This test only exists to help new users understand
42 what KUnit is and how it is used. Please refer to the example test
43 itself, lib/kunit/example-test.c, for more information. This option
53 running the KUnit test harness, and not intended for inclusion into a