summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-03-30 08:03:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-12 19:35:00 +0100
commite0a49720878dcf08e4cb439b4902f3103239ca01 (patch)
tree2e03bcb602da6fe289bc5eaf7ef4e9d1eab9c3b0 /documentation
parent43fefd121163e82575709fd75a318fe7f36c1e20 (diff)
downloadpoky-e0a49720878dcf08e4cb439b4902f3103239ca01.tar.gz
dev-manual: Added cross-reference to QA and Test Infrastructure section.
Fixes [YOCTO #10887] I placed a small paragraph at the end of the introduction to the "Performing Automated Runtime Testing" section that points into the new section on QA and testing infrastructure in the ref-manual. (From yocto-docs rev: 493051e1770e07b89c19a1f235f1dd226610c77a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 935648b2f9..bdf9cfc241 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9491,6 +9491,13 @@
9491 tests, run available tests, and write and add your own tests. 9491 tests, run available tests, and write and add your own tests.
9492 </para> 9492 </para>
9493 9493
9494 <para>
9495 For information on the test and QA infrastructure available
9496 within the Yocto Project, see the
9497 "<ulink url='&YOCTO_DOCS_REF_URL;#testing-and-quality-assurance'>Testing and Quality Assurance</ulink>"
9498 section in the Yocto Project Reference Manual.
9499 </para>
9500
9494 <section id='enabling-tests'> 9501 <section id='enabling-tests'>
9495 <title>Enabling Tests</title> 9502 <title>Enabling Tests</title>
9496 9503