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
31 built-in, or when loaded if built as a module. These tests write out results to
35 :doc:`kunit_tool <kunit-tool>`, which builds a `User Mode Linux
36 <http://user-mode-linux.sourceforge.net>`_ kernel, runs it, and parses the test
40 Get started now: Documentation/dev-tools/kunit/start.rst
54 independent. All built-in KUnit tests run on kernel startup. Alternatively,
61 hardware under User Mode Linux. User Mode Linux is a Linux architecture,
64 architecture), or by using :doc:`kunit_tool <kunit-tool>`.
66 KUnit is fast. Excluding build time, from invocation to completion KUnit can run
68 deal to some people, but having such fast and easy to run tests fundamentally
71 <https://gist.github.com/lorn/1272686/revisions#diff-53c65572127855f1b003db4064a94573R874>`_:
75 performance is all about. If you can do something really fast, really
84 fast, you run them all the time, every time you make a change, and every time
92 * Documentation/dev-tools/kunit/start.rst - for new users of KUnit
93 * Documentation/dev-tools/kunit/tips.rst - for short examples of best practices
94 * Documentation/dev-tools/kunit/usage.rst - for a more detailed explanation of KUnit features
95 * Documentation/dev-tools/kunit/api/index.rst - for the list of KUnit APIs used for testing
96 * Documentation/dev-tools/kunit/kunit-tool.rst - for more information on the kunit_tool helper sc…
97 * Documentation/dev-tools/kunit/faq.rst - for answers to some common questions about KUnit