summary refs log tree commit diff
path: root/Documentation
diff options
context:
space:
mode:
authorKhalid Masum <khalid.masum.92@gmail.com>2022-09-28 10:00:58 +0600
committerShuah Khan <skhan@linuxfoundation.org>2022-09-30 13:23:06 -0600
commit4e37057387cca749b7fbc8c77e3d86605117fffd (patch)
tree402965f0610feb679bba523083a5475ea787bf24 /Documentation
parent980ac3ad051215150b637e26f3f46873687909a9 (diff)
downloadlinux-4e37057387cca749b7fbc8c77e3d86605117fffd.tar.gz
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/dev-tools/kunit/start.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst
index 75fd05286396..f4f504f1fb15 100644
--- a/Documentation/dev-tools/kunit/start.rst
+++ b/Documentation/dev-tools/kunit/start.rst
@@ -265,7 +265,7 @@ Now we are ready to write the test cases.
 
 	obj-$(CONFIG_MISC_EXAMPLE_TEST) += example_test.o
 
-4. Add the following lines to ``.kunitconfig``:
+4. Add the following lines to ``.kunit/.kunitconfig``:
 
 .. code-block:: none