summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 1a4e8a2548..a5d43966cd 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -10165,6 +10165,12 @@ system and gives an overview of their function and contents.
10165 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the 10165 :term:`TESTIMAGE_FAILED_QA_ARTIFACTS` lists space-separated paths on the
10166 target to retrieve onto the host. 10166 target to retrieve onto the host.
10167 10167
10168 :term:`TESTSDK_SUITES`
10169 When using the :ref:`ref-classes-testsdk` class, the
10170 :term:`TESTSDK_SUITES` variable can be used to control the list of test
10171 modules to run. The default value for this variable is an empty string
10172 and all test modules that can be found are run.
10173
10168 :term:`THISDIR` 10174 :term:`THISDIR`
10169 The directory in which the file BitBake is currently parsing is 10175 The directory in which the file BitBake is currently parsing is
10170 located. Do not manually set this variable. 10176 located. Do not manually set this variable.