From: Tales Aparecida Date: Mon, 22 Aug 2022 02:26:43 +0000 (-0300) Subject: Documentation: KUnit: add intro to the getting-started page X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=deff8d2955aa045d7053a7770cdae9874af6f474;p=linux.git Documentation: KUnit: add intro to the getting-started page Describe the objective of the Getting Started page, which should be a brief and beginner-friendly walkthrough for running and writing tests, showing the reader where to find detailed instructions in other pages. Signed-off-by: Tales Aparecida Reviewed-by: MaĆ­ra Canal Reviewed-by:Sadiya Kazi Reviewed-by: David Gow Signed-off-by: Shuah Khan --- diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst index adf782507999a..75fd052863965 100644 --- a/Documentation/dev-tools/kunit/start.rst +++ b/Documentation/dev-tools/kunit/start.rst @@ -4,6 +4,10 @@ Getting Started =============== +This page contains an overview of the kunit_tool and KUnit framework, +teaching how to run existing tests and then how to write a simple test case, +and covers common problems users face when using KUnit for the first time. + Installing Dependencies ======================= KUnit has the same dependencies as the Linux kernel. As long as you can