Lines Matching +full:document +full:- +full:file
1 .. SPDX-License-Identifier: GPL-2.0
20 - We have an existing kernel configuration to test.
21 - Need to run on real hardware (or using an emulator/VM kunit_tool
23 - Wish to integrate with some existing testing systems.
39 the tests. If the tests are built-in, they will run automatically on the
46 .. code-block :: bash
48 # modprobe example-test
66 accessible from the debugfs filesystem in the following read-only file:
68 .. code-block :: bash
72 The test results are printed in a KTAP document. Note this document is separate
78 You can use the debugfs filesystem to trigger built-in tests to run after
80 the ``/sys/kernel/debug/kunit/<test_suite>/run`` file:
82 .. code-block :: bash