diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2024-12-26 16:20:16 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-09 13:58:17 +0000 |
commit | d720994f023f9c0bf23d6234089b21e23d837dc5 (patch) | |
tree | f556cf36bc93f8036d60ab50d331d0810512dba8 /documentation/ref-manual/variables.rst | |
parent | b301c74baf33caee0ee8560fb019034ea6c9856f (diff) | |
download | poky-d720994f023f9c0bf23d6234089b21e23d837dc5.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: b389c06b709e4791e1cce5e8a5b58f6b0cd03a14)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 a45c77209d..f4d50b7918 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -6947,7 +6947,7 @@ system and gives an overview of their function and contents. | |||
6947 | 6947 | ||
6948 | :term:`PTEST_ENABLED` | 6948 | :term:`PTEST_ENABLED` |
6949 | Specifies whether or not :ref:`Package | 6949 | Specifies whether or not :ref:`Package |
6950 | Test <dev-manual/packages:testing packages with ptest>` (ptest) | 6950 | Test <test-manual/ptest:testing packages with ptest>` (ptest) |
6951 | functionality is enabled when building a recipe. You should not set | 6951 | functionality is enabled when building a recipe. You should not set |
6952 | this variable directly. Enabling and disabling building Package Tests | 6952 | this variable directly. Enabling and disabling building Package Tests |
6953 | at build time should be done by adding "ptest" to (or removing it | 6953 | at build time should be done by adding "ptest" to (or removing it |