summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 450501694c..1b56bff03e 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1540,6 +1540,27 @@
1540 </para> 1540 </para>
1541</section> 1541</section>
1542 1542
1543<section id='ref-classes-ptest'>
1544 <title><filename>ptest.bbclass</filename></title>
1545
1546 <para>
1547 The <filename>ptest</filename> class provides functionality for
1548 packaging and installing runtime tests for recipes that build software
1549 that provides these tests.
1550 </para>
1551
1552 <para>
1553 This class is intended to be inherited by individual recipes.
1554 However, the class' functionality is largely disabled unless "ptest"
1555 appears in
1556 <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>.
1557 See the
1558 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
1559 section in the Yocto Project Development Manual for more information
1560 on ptest.
1561 </para>
1562</section>
1563
1543<section id='ref-classes-distutils'> 1564<section id='ref-classes-distutils'>
1544 <title>Python Extensions - <filename>distutils.bbclass</filename></title> 1565 <title>Python Extensions - <filename>distutils.bbclass</filename></title>
1545 1566