summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 13:39:25 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commit57b9f19b789360f6b23380ea4e5850cf97410651 (patch)
treec7e359f5bcf2a920314ca27b4be1884285f32b0b /documentation/dev-manual
parent4b21f6706f4ac38845caaaf57ca5ee847a2b9315 (diff)
downloadpoky-57b9f19b789360f6b23380ea4e5850cf97410651.tar.gz
dev-manual: Changed "Ptest" to "ptest"
(From yocto-docs rev: b4e2139e1d3b0ff1857c6399f1ce767f3573b3f7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index bca869aa2d..750ee52831 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3481,7 +3481,7 @@
3481 <para> 3481 <para>
3482 A Package Test (ptest) runs tests against packages built 3482 A Package Test (ptest) runs tests against packages built
3483 by the OpenEmbedded build system on the target machine. 3483 by the OpenEmbedded build system on the target machine.
3484 Minimally, a Ptest contains two things: a shell script that 3484 Minimally, a ptest contains two things: a shell script that
3485 starts the test (<filename>run-ptest</filename>), 3485 starts the test (<filename>run-ptest</filename>),
3486 and the actual test. 3486 and the actual test.
3487 The shell script that starts the test must not contain 3487 The shell script that starts the test must not contain
@@ -3508,7 +3508,7 @@
3508 <title>Getting Your Package Ready</title> 3508 <title>Getting Your Package Ready</title>
3509 3509
3510 <para> 3510 <para>
3511 In order to run installed Ptests on target hardware, 3511 In order to run installed ptests on target hardware,
3512 you need to prepare the recipes that build the packages 3512 you need to prepare the recipes that build the packages
3513 you want to test. 3513 you want to test.
3514 Here is what you have to do for each recipe: 3514 Here is what you have to do for each recipe:
@@ -3630,7 +3630,7 @@
3630 3630
3631 <para> 3631 <para>
3632 The <filename>ptest-runner</filename> package installs a 3632 The <filename>ptest-runner</filename> package installs a
3633 shell script that loops through all installed Ptest test 3633 shell script that loops through all installed ptest test
3634 suites and runs them in sequence. 3634 suites and runs them in sequence.
3635 Consequently, you might want to add this package to 3635 Consequently, you might want to add this package to
3636 your image. 3636 your image.