dev-manual: Added link to ptest wiki page into Ptest section.

(From yocto-docs rev: 2a9cd5948cd17ce9f7eb5381b27c25f97963578e)

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 2014-11-26 11:53:58 -06:00 committed by Richard Purdie
parent 8165210a1e
commit 3a17209e12
1 changed files with 11 additions and 5 deletions

View File

@ -7164,11 +7164,17 @@ Gateways via their Web Interfaces</ulink>"</emphasis>
and the testname can be any identifying string.
</para>
<note>
A recipe is "ptest-enabled" if it inherits the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink>
class.
</note>
<para>
For a list of Yocto Project recipes that are already
enabled with ptest, see the
<ulink url='https://wiki.yoctoproject.org/wiki/Ptest'>Ptest</ulink>
wiki page.
<note>
A recipe is "ptest-enabled" if it inherits the
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-ptest'><filename>ptest</filename></ulink>
class.
</note>
</para>
<section id='adding-ptest-to-your-build'>
<title>Adding ptest to Your Build</title>