linux/Documentation/dev-tools/kunit
David Gow 7635778bac Documentation: kunit: Cleanup run_wrapper, fix x-ref
The "Run Tests on qemu" section of run_wrapper.rst had a few issues left
over from the last big documentation refactor[1]:
- It referenced a non_uml.rst page, which was integrated into the other
  pages (including run_wrapper.rst).
- It skimmed over the use of --arch= and --cross_compile= in favour of
  using a custom --qemu_config. Since most users will want to use the
  former, let's give examples.

Remove the reference to the non-existant page, and add a couple of
examples to encourage the use of --arch= and --cross_compile=.

With this change, there should be no more broken references in the KUnit
documentation (i.e., the one mentioned in [2] is gone).

[1]: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=46201d47d6c4be594c1d57b7f3251c371626a9c4
[2]: https://lore.kernel.org/linux-doc/cover.1656234456.git.mchehab@kernel.org/

Signed-off-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2022-07-08 11:36:03 -06:00
..
api kunit: split resource API from test.h into new resource.h 2022-04-04 16:23:08 -06:00
architecture.rst Documentation: kunit: change complete_and_exit to kthread_complete_and_exit 2022-04-22 09:47:25 -06:00
faq.rst Documentation: KUnit: Restyled Frequently Asked Questions 2021-12-23 12:49:43 -07:00
index.rst Documentation: KUnit: Rework writing page to focus on writing tests 2021-12-23 12:49:43 -07:00
kunit_suitememorydiagram.svg Documentation: KUnit: Added KUnit Architecture 2021-12-23 12:49:06 -07:00
kunit-tool.rst kunit: tool: make --raw_output support only showing kunit output 2021-08-13 13:32:01 -06:00
run_manual.rst Documentation: kunit: Reorganize documentation related to running tests 2021-12-23 12:49:43 -07:00
run_wrapper.rst Documentation: kunit: Cleanup run_wrapper, fix x-ref 2022-07-08 11:36:03 -06:00
running_tips.rst kunit: add coverage_uml.config to enable GCOV on UML 2022-07-07 18:06:36 -06:00
start.rst Documentation: kunit: fix path to .kunitconfig in start.rst 2022-04-04 12:02:44 -06:00
style.rst Documentation: KUnit: Restyle Test Style and Nomenclature page 2021-12-23 12:49:43 -07:00
tips.rst docs: dev-tools: kunit: avoid using ReST :doc:foo markup 2021-06-17 13:24:37 -06:00
usage.rst kunit: add ability to specify suite-level init and exit functions 2022-05-02 12:35:51 -06:00