From 567d9af723b584eabb7ca0450b40a67b3008a035 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Oct 2014 09:56:38 -0700 Subject: [PATCH] ref-manual: Added ptest-gnome.bbclass section. Also fixed an error in the compress_doc class. (From yocto-docs rev: 3c3532ec4f3ab5985ea3c2f3689ab5cdb7e16bad) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3f1814c253..4e9e442757 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -442,7 +442,7 @@ This class is intended to be inherited globally. The default compression mechanism is gz (gzip) but you can select an alternative mechanism by setting the - DOC_COMPRESS + DOC_COMPRESS variable. @@ -2546,6 +2546,22 @@ +
+ <filename>ptest-gnome.bbclass</filename> + + + Enables package tests (ptests) specifically for GNOME packages, + which have tests intended to be executed with + gnome-desktop-testing. + + + + For information on setting up and running ptests, see the + "Testing Packages With ptest" + section in the Yocto Project Development Manual. + +
+
<filename>python-dir.bbclass</filename>