resource.rst 328 B

12345678910111213
  1. .. SPDX-License-Identifier: GPL-2.0
  2. ============
  3. Resource API
  4. ============
  5. This file documents the KUnit resource API.
  6. Most users won't need to use this API directly, power users can use it to store
  7. state on a per-test basis, register custom cleanup actions, and more.
  8. .. kernel-doc:: include/kunit/resource.h
  9. :internal: