Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: Kunit: Use full path to .kunitconfig

The numbered list contains full path to every files that need to be
modified or created in order to implement misc-example kunit test.
Except for .kunitconfig. Which might make a newcommer confused about
where the file exists. Since there are multiple .kunitconfig files.

Fix this by using the full path to .kunitconfig.

Signed-off-by: Khalid Masum <khalid.masum.92@gmail.com>
Reviewed-by: David Gow <davidgow@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Khalid Masum and committed by
Shuah Khan
4e370573 980ac3ad

+1 -1
+1 -1
Documentation/dev-tools/kunit/start.rst
··· 265 265 266 266 obj-$(CONFIG_MISC_EXAMPLE_TEST) += example_test.o 267 267 268 - 4. Add the following lines to ``.kunitconfig``: 268 + 4. Add the following lines to ``.kunit/.kunitconfig``: 269 269 270 270 .. code-block:: none 271 271