mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
docs/devel: Split testing docs from the build docs and move to separate folder
Building and testing are two separate topics, so let's split the testing into a separate category and move the related files into a separate folder. Message-ID: <20240830133841.142644-42-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
6d62722ebd
commit
ff41da5030
12 changed files with 19 additions and 10 deletions
|
@ -1,9 +1,8 @@
|
||||||
QEMU Build and Test System
|
QEMU Build System
|
||||||
--------------------------
|
-----------------
|
||||||
|
|
||||||
Details about how QEMU's build system works and how it is integrated
|
Details about how QEMU's build system works. You will need to understand
|
||||||
into our testing infrastructure. You will need to understand some of
|
some of the basics if you are adding new files and targets to the build.
|
||||||
the basics if you are adding new files and targets to the build.
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 3
|
:maxdepth: 3
|
||||||
|
@ -11,10 +10,5 @@ the basics if you are adding new files and targets to the build.
|
||||||
build-system
|
build-system
|
||||||
kconfig
|
kconfig
|
||||||
docs
|
docs
|
||||||
testing
|
|
||||||
acpi-bits
|
|
||||||
qtest
|
|
||||||
ci
|
|
||||||
qapi-code-gen
|
qapi-code-gen
|
||||||
fuzzing
|
|
||||||
control-flow-integrity
|
control-flow-integrity
|
||||||
|
|
|
@ -31,6 +31,7 @@ the :ref:`tcg_internals`.
|
||||||
|
|
||||||
index-process
|
index-process
|
||||||
index-build
|
index-build
|
||||||
|
testing/index
|
||||||
index-api
|
index-api
|
||||||
index-internals
|
index-internals
|
||||||
index-tcg
|
index-tcg
|
||||||
|
|
14
docs/devel/testing/index.rst
Normal file
14
docs/devel/testing/index.rst
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Testing QEMU
|
||||||
|
------------
|
||||||
|
|
||||||
|
Details about how to test QEMU and how it is integrated into our CI
|
||||||
|
testing infrastructure.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 3
|
||||||
|
|
||||||
|
main
|
||||||
|
qtest
|
||||||
|
acpi-bits
|
||||||
|
ci
|
||||||
|
fuzzing
|
Loading…
Add table
Add a link
Reference in a new issue