ref-manual: Added ptest class.

(From yocto-docs rev: f132704166b6b91a2a6db931622f8f1dc3347f3e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-12-04 05:46:45 -06:00 committed by Richard Purdie
parent 46aa9e7027
commit b240103ad6
1 changed files with 21 additions and 0 deletions

View File

@ -1540,6 +1540,27 @@
</para>
</section>
<section id='ref-classes-ptest'>
<title><filename>ptest.bbclass</filename></title>
<para>
The <filename>ptest</filename> class provides functionality for
packaging and installing runtime tests for recipes that build software
that provides these tests.
</para>
<para>
This class is intended to be inherited by individual recipes.
However, the class' functionality is largely disabled unless "ptest"
appears in
<link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>.
See the
"<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Testing Packages With ptest</ulink>"
section in the Yocto Project Development Manual for more information
on ptest.
</para>
</section>
<section id='ref-classes-distutils'>
<title>Python Extensions - <filename>distutils.bbclass</filename></title>