diff options
| author | Thomas Huth <thuth@redhat.com> | 2024-08-30 15:38:35 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2024-09-04 12:28:00 +0200 |
| commit | ff41da503089c6da3f7c4ffe534540ba8de81727 (patch) | |
| tree | 40c0c6b4e23600034f89bcf13595439c9736e941 /docs/devel/index-build.rst | |
| parent | 6d62722ebd21d39a163b568f16068199181e5c62 (diff) | |
| download | focaccia-qemu-ff41da503089c6da3f7c4ffe534540ba8de81727.tar.gz focaccia-qemu-ff41da503089c6da3f7c4ffe534540ba8de81727.zip | |
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>
Diffstat (limited to 'docs/devel/index-build.rst')
| -rw-r--r-- | docs/devel/index-build.rst | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/docs/devel/index-build.rst b/docs/devel/index-build.rst index 90b406ca0e..0023953be3 100644 --- a/docs/devel/index-build.rst +++ b/docs/devel/index-build.rst @@ -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 -into our testing infrastructure. You will need to understand some of -the basics if you are adding new files and targets to the build. +Details about how QEMU's build system works. You will need to understand +some of the basics if you are adding new files and targets to the build. .. toctree:: :maxdepth: 3 @@ -11,10 +10,5 @@ the basics if you are adding new files and targets to the build. build-system kconfig docs - testing - acpi-bits - qtest - ci qapi-code-gen - fuzzing control-flow-integrity |