summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/runtime-testing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/runtime-testing.rst b/documentation/dev-manual/runtime-testing.rst
index 205a96cc59..be1e8c02e5 100644
--- a/documentation/dev-manual/runtime-testing.rst
+++ b/documentation/dev-manual/runtime-testing.rst
@@ -453,7 +453,7 @@ layer's ``layer.conf`` file as normal). Just remember the following:
453 directory. 453 directory.
454 454
455To create a new test, start by copying an existing module (e.g. 455To create a new test, start by copying an existing module (e.g.
456``syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use 456``oe_syslog.py`` or ``gcc.py`` are good ones to use). Test modules can use
457code from ``meta/lib/oeqa/utils``, which are helper classes. 457code from ``meta/lib/oeqa/utils``, which are helper classes.
458 458
459.. note:: 459.. note::