diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:46:45 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:51 +0000 |
commit | ec256c02faa927f33871ac390989ef1ce763e5e3 (patch) | |
tree | e0e9736a42da3af0b31e3122041d44141055c38a | |
parent | 31b5f4933a7b45d69d1d152455342fabb5270553 (diff) | |
download | poky-ec256c02faa927f33871ac390989ef1ce763e5e3.tar.gz |
ref-manual: Added ptest class.
(From yocto-docs rev: e5487373f793f3eb02f49542cabfa22bba54d685)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 21 |
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 | ||