https://github.com/torvalds/linux
Raw File
Tip revision: e42617b825f8073569da76dc4510bfa019b1c35a authored by Linus Torvalds on 08 December 2019, 22:57:55 UTC
Linux 5.5-rc1
Tip revision: e42617b
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