summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/qa-checks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/qa-checks.rst')
-rw-r--r--documentation/ref-manual/qa-checks.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/ref-manual/qa-checks.rst b/documentation/ref-manual/qa-checks.rst
index 4a02e7206a..58526a0e57 100644
--- a/documentation/ref-manual/qa-checks.rst
+++ b/documentation/ref-manual/qa-checks.rst
@@ -789,6 +789,17 @@ Errors and Warnings
789 use a relative path rather than an absolute one, or to pick up the path from 789 use a relative path rather than an absolute one, or to pick up the path from
790 runtime configuration or environment variables. 790 runtime configuration or environment variables.
791 791
792.. _qa-check-unimplemented-ptest:
793
794- ``<tool> tests detected [unimplemented-ptest]``
795
796 This check will detect if the source of the package contains some
797 upstream-provided tests and, if so, that ptests are implemented for this
798 recipe. See the ":ref:`dev-manual/packages:testing packages with ptest`"
799 section in the Yocto Project Development Tasks Manual. See also the
800 ":ref:`ref-classes-ptest`" section.
801
802
792 803
793Configuring and Disabling QA Checks 804Configuring and Disabling QA Checks
794=================================== 805===================================