X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Documentation%2Fdev-tools%2Fkunit%2Fstart.rst;fp=Documentation%2Fdev-tools%2Fkunit%2Fstart.rst;h=1e00f9226f74fabb8e7846c181f7b49d52154463;hb=a48ad6e7a35dc3f3b521249204daf4c9427628e5;hp=62d8462db4dfee5e41d2d45fab66ef35105d4fe4;hpb=1d71307a6f94df3750f8f884545a769e227172fe;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst index 62d8462..1e00f92 100644 --- a/Documentation/dev-tools/kunit/start.rst +++ b/Documentation/dev-tools/kunit/start.rst @@ -21,7 +21,7 @@ The wrapper can be run with: ./tools/testing/kunit/kunit.py run For more information on this wrapper (also called kunit_tool) check out the -:doc:`kunit-tool` page. +Documentation/dev-tools/kunit/kunit-tool.rst page. Creating a .kunitconfig ----------------------- @@ -234,7 +234,7 @@ Congrats! You just wrote your first KUnit test! Next Steps ========== -* Check out the :doc:`tips` page for tips on +* Check out the Documentation/dev-tools/kunit/tips.rst page for tips on writing idiomatic KUnit tests. * Check out the :doc:`running_tips` page for tips on how to make running KUnit tests easier.