summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/classes.rst
diff options
context:
space:
mode:
authorAntonin Godard <antonin.godard@bootlin.com>2024-12-26 16:20:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-09 13:58:17 +0000
commitd720994f023f9c0bf23d6234089b21e23d837dc5 (patch)
treef556cf36bc93f8036d60ab50d331d0810512dba8 /documentation/ref-manual/classes.rst
parentb301c74baf33caee0ee8560fb019034ea6c9856f (diff)
downloadpoky-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/classes.rst')
-rw-r--r--documentation/ref-manual/classes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst
index aee0d55c30..c853462d6f 100644
--- a/documentation/ref-manual/classes.rst
+++ b/documentation/ref-manual/classes.rst
@@ -2627,7 +2627,7 @@ runtime tests for recipes that build software that provides these tests.
2627This class is intended to be inherited by individual recipes. However, 2627This class is intended to be inherited by individual recipes. However,
2628the class' functionality is largely disabled unless "ptest" appears in 2628the class' functionality is largely disabled unless "ptest" appears in
2629:term:`DISTRO_FEATURES`. See the 2629:term:`DISTRO_FEATURES`. See the
2630":ref:`dev-manual/packages:testing packages with ptest`" 2630":ref:`test-manual/ptest:testing packages with ptest`"
2631section in the Yocto Project Development Tasks Manual for more information 2631section in the Yocto Project Development Tasks Manual for more information
2632on ptest. 2632on ptest.
2633 2633
@@ -2651,7 +2651,7 @@ Enables package tests (ptests) specifically for GNOME packages, which
2651have tests intended to be executed with ``gnome-desktop-testing``. 2651have tests intended to be executed with ``gnome-desktop-testing``.
2652 2652
2653For information on setting up and running ptests, see the 2653For information on setting up and running ptests, see the
2654":ref:`dev-manual/packages:testing packages with ptest`" 2654":ref:`test-manual/ptest:testing packages with ptest`"
2655section in the Yocto Project Development Tasks Manual. 2655section in the Yocto Project Development Tasks Manual.
2656 2656
2657.. _ref-classes-python3-dir: 2657.. _ref-classes-python3-dir: