Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 418baf2c28f3473039f2f7377760bd8f6897ae18 authored by Linus Torvalds on 22 November 2020, 23:36:08 UTC
Linux 5.10-rc5
Tip revision: 418baf2
test.rst
.. SPDX-License-Identifier: GPL-2.0

========
Test API
========

This file documents all of the standard testing API excluding mocking or mocking
related features.

.. kernel-doc:: include/kunit/test.h
   :internal:
back to top