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/classes.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/classes.rst')
-rw-r--r-- | documentation/ref-manual/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 1f861328fe..8bde67c900 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst | |||
@@ -2626,7 +2626,7 @@ runtime tests for recipes that build software that provides these tests. | |||
2626 | This class is intended to be inherited by individual recipes. However, | 2626 | This class is intended to be inherited by individual recipes. However, |
2627 | the class' functionality is largely disabled unless "ptest" appears in | 2627 | the class' functionality is largely disabled unless "ptest" appears in |
2628 | :term:`DISTRO_FEATURES`. See the | 2628 | :term:`DISTRO_FEATURES`. See the |
2629 | ":ref:`dev-manual/packages:testing packages with ptest`" | 2629 | ":ref:`test-manual/ptest:testing packages with ptest`" |
2630 | section in the Yocto Project Development Tasks Manual for more information | 2630 | section in the Yocto Project Development Tasks Manual for more information |
2631 | on ptest. | 2631 | on ptest. |
2632 | 2632 | ||
@@ -2650,7 +2650,7 @@ Enables package tests (ptests) specifically for GNOME packages, which | |||
2650 | have tests intended to be executed with ``gnome-desktop-testing``. | 2650 | have tests intended to be executed with ``gnome-desktop-testing``. |
2651 | 2651 | ||
2652 | For information on setting up and running ptests, see the | 2652 | For information on setting up and running ptests, see the |
2653 | ":ref:`dev-manual/packages:testing packages with ptest`" | 2653 | ":ref:`test-manual/ptest:testing packages with ptest`" |
2654 | section in the Yocto Project Development Tasks Manual. | 2654 | section in the Yocto Project Development Tasks Manual. |
2655 | 2655 | ||
2656 | .. _ref-classes-python3-dir: | 2656 | .. _ref-classes-python3-dir: |