summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-04-08 13:17:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-11 18:15:31 +0100
commit46c05182794cb91f7d05a93448905efccf004d39 (patch)
treed4ab6af8e68cec5a1e555006243bce88d9686fe1 /documentation
parent40396bee2bddd1e1da239f8b57c3565ba609c626 (diff)
downloadpoky-46c05182794cb91f7d05a93448905efccf004d39.tar.gz
ref-manual: Added TEST_EXPORT_ONLY to glossary.
Fixes [YOCTO #5554] New variable description. (From yocto-docs rev: 6be2edb9ff994c7e952c6b1c9fca7357549afd90) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ba55a473b3..e6cca3ed60 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -7433,6 +7433,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
7433 </glossdef> 7433 </glossdef>
7434 </glossentry> 7434 </glossentry>
7435 7435
7436 <glossentry id='var-TEST_EXPORT_ONLY'><glossterm>TEST_EXPORT_ONLY</glossterm>
7437 <glossdef>
7438 <para>
7439 Specifies to export the tests only.
7440 Set this variable to "1" if you do not want to run the
7441 tests but you want them to be exported in a manner that
7442 you to run them outside of the build system.
7443 </para>
7444 </glossdef>
7445 </glossentry>
7446
7436 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm> 7447 <glossentry id='var-TEST_IMAGE'><glossterm>TEST_IMAGE</glossterm>
7437 <glossdef> 7448 <glossdef>
7438 <para> 7449 <para>