diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-07 16:20:49 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-05-07 16:20:49 +0200 |
commit | ba3496c3f54c8d121e112082deca303180a570a9 (patch) | |
tree | 92383e16ca9a6a1d3f53a307dbdfee94f7345a93 | |
parent | aff2440b3f1e57d92d5e8015d0e7c3e993944a3e (diff) | |
download | meta-updater-ba3496c3f54c8d121e112082deca303180a570a9.tar.gz |
README: Add updater_qemux86_64_ptest to list of test targets.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
-rw-r--r-- | README.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.adoc b/README.adoc index cc01612..a28d934 100644 --- a/README.adoc +++ b/README.adoc | |||
@@ -228,7 +228,7 @@ sudo apt install ovmf | |||
228 | 5. Run oe-selftest: | 228 | 5. Run oe-selftest: |
229 | + | 229 | + |
230 | ``` | 230 | ``` |
231 | oe-selftest -r updater_native updater_qemux86_64 updater_minnowboard updater_raspberrypi | 231 | oe-selftest -r updater_native updater_qemux86_64 updater_minnowboard updater_raspberrypi updater_qemux86_64_ptest |
232 | ``` | 232 | ``` |
233 | 233 | ||
234 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. | 234 | For more information about oe-selftest, including details about how to run individual test modules or classes, please refer to the https://wiki.yoctoproject.org/wiki/Oe-selftest[Yocto Project wiki]. |