Lines Matching +full:fast +full:- +full:mode
1 .. SPDX-License-Identifier: GPL-2.0
4 KUnit - Unit Testing for the Linux Kernel
12 kunit-tool
29 built-in, or when loaded if built as a module. These tests write out results to
33 :doc:`kunit_tool <kunit-tool>`, which builds a `User Mode Linux
34 <http://user-mode-linux.sourceforge.net>`_ kernel, runs it, and parses the test
52 independent. All built-in KUnit tests run on kernel startup. Alternatively,
59 hardware under User Mode Linux. User Mode Linux is a Linux architecture,
62 architecture), or by using :doc:`kunit_tool <kunit-tool>`.
64 KUnit is fast. Excluding build time, from invocation to completion KUnit can run
66 deal to some people, but having such fast and easy to run tests fundamentally
69 <https://gist.github.com/lorn/1272686/revisions#diff-53c65572127855f1b003db4064a94573R874>`_:
73 performance is all about. If you can do something really fast, really
82 fast, you run them all the time, every time you make a change, and every time
90 * :doc:`start` - for new users of KUnit
91 * :doc:`usage` - for a more detailed explanation of KUnit features
92 * :doc:`api/index` - for the list of KUnit APIs used for testing
93 * :doc:`kunit-tool` - for more information on the kunit_tool helper script
94 * :doc:`faq` - for answers to some common questions about KUnit