index.rst 381 B

1234567891011121314151617181920
  1. .. SPDX-License-Identifier: GPL-2.0
  2. =============
  3. API Reference
  4. =============
  5. .. toctree::
  6. test
  7. resource
  8. This section documents the KUnit kernel testing API. It is divided into the
  9. following sections:
  10. Documentation/dev-tools/kunit/api/test.rst
  11. - documents all of the standard testing API
  12. Documentation/dev-tools/kunit/api/resource.rst
  13. - documents the KUnit resource API