Message ID | 20220822022646.98581-6-tales.aparecida@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | deff8d2955aa045d7053a7770cdae9874af6f474 |
Delegated to: | Brendan Higgins |
Headers | show |
Series | Documentation: Kunit: clean kunit-tool.rst and start.rst | expand |
On Mon, Aug 22, 2022 at 8:00 AM Tales Aparecida <tales.aparecida@gmail.com> wrote: > > 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 <tales.aparecida@gmail.com> > Reviewed-by: Maíra Canal <mairacanal@riseup.net> > > --- > Notes: > Remove recommendation about having compiled the kernel before using > kunit_tool. I changed my mind about it after Tim Bird's highlight. > --- Hi Tales, Thank you for helping with this documentation. You can provide the below content as an intro to this page: This page covers information you'll need to know when you're new to working with KUnit. It includes topics like running tests, writing a simple test case, and covers common problems users face when using KUnit for the first time. Reviewed-by:Sadiya Kazi<Sadiaykazi@google.com> Regards, Sadiya > Documentation/dev-tools/kunit/start.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst > index adf782507999..75fd05286396 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 > -- > 2.37.2 >
On Mon, Aug 22, 2022 at 10:30 AM Tales Aparecida <tales.aparecida@gmail.com> wrote: > > 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 <tales.aparecida@gmail.com> > Reviewed-by: Maíra Canal <mairacanal@riseup.net> > > --- > Notes: > Remove recommendation about having compiled the kernel before using > kunit_tool. I changed my mind about it after Tim Bird's highlight. > --- This is fine. Reviewed-by: David Gow <davidgow@google.com> Cheers, -- David > Documentation/dev-tools/kunit/start.rst | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst > index adf782507999..75fd05286396 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 > -- > 2.37.2 >
diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst index adf782507999..75fd05286396 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