diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-15 13:39:25 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:13 +0100 |
commit | c11ea046b8a6aafbd762476b0f00668f530800de (patch) | |
tree | 8a4d1def8baacc6edbdf40994a53ebf1edd1b1a2 /documentation/dev-manual | |
parent | 1c597ac036d3a548f41a0f788ec225722d702d0a (diff) | |
download | poky-c11ea046b8a6aafbd762476b0f00668f530800de.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.xml | 6 |
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. |