diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-26 16:20:16 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-01-09 06:02:49 -0800 |
commit | 587d779d563f93bdc5d4422923186befe4398520 (patch) | |
tree | 1c826de148ccc521d1ca6f6fc4de9dace31a1cfd /documentation/ref-manual/variables.rst | |
parent | 843c4a8de76bac455afba2080ee6b02359359162 (diff) | |
download | poky-587d779d563f93bdc5d4422923186befe4398520.tar.gz |
ref-manual/packages: move ptest section to the test-manual
[ YOCTO #15106 ]
It makes more sense to document ptests in the test-manual. Since ptests
are still related to packages, keep a link to ptests from packages.rst
to the test-manual.
Reported-by: Yoann Congal <yoann.congal@smile.fr>
(From yocto-docs rev: b79d1c8d501418d20c024c92b0ace755dd6b1c88)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit b389c06b709e4791e1cce5e8a5b58f6b0cd03a14)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 68520475a5..ed77866dc6 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6891,7 +6891,7 @@ system and gives an overview of their function and contents. | |||
6891 | 6891 | ||
6892 | :term:`PTEST_ENABLED` | 6892 | :term:`PTEST_ENABLED` |
6893 | Specifies whether or not :ref:`Package | 6893 | Specifies whether or not :ref:`Package |
6894 | Test <dev-manual/packages:testing packages with ptest>` (ptest) | 6894 | Test <test-manual/ptest:testing packages with ptest>` (ptest) |
6895 | functionality is enabled when building a recipe. You should not set | 6895 | functionality is enabled when building a recipe. You should not set |
6896 | this variable directly. Enabling and disabling building Package Tests | 6896 | this variable directly. Enabling and disabling building Package Tests |
6897 | at build time should be done by adding "ptest" to (or removing it | 6897 | at build time should be done by adding "ptest" to (or removing it |