The Linux Kernel
4.18.0
Linux kernel licensing rules
The Linux kernel user’s and administrator’s guide
The Linux kernel user-space API guide
Working with the kernel development community
Development tools for the kernel
Coccinelle
Sparse
kcov: code coverage for fuzzing
Using gcov with the Linux kernel
The Kernel Address Sanitizer (KASAN)
The Undefined Behavior Sanitizer - UBSAN
Kernel Memory Leak Detector
Debugging kernel and modules via gdb
Using kgdb, kdb and the kernel debugger internals
Linux Kernel Selftests
KUnit - Unit Testing for the Linux Kernel
Getting Started
Using KUnit
kunit_tool How-To
API Reference
Test API
Frequently Asked Questions
What is KUnit?
Why KUnit?
How do I use it?
How to write kernel documentation
Kernel Hacking Guides
Linux Tracing Technologies
Kernel Maintainer Handbook
The Linux driver implementer’s API guide
Core API Documentation
InfiniBand
Linux Media Subsystem Documentation
Linux Networking Documentation
The Linux Input Documentation
Linux GPU Driver Developer’s Guide
Security Documentation
Linux Sound Subsystem Documentation
Linux Kernel Crypto API
Linux Filesystems API
Linux Memory Management Documentation
BPF Documentation
Linux PCI Bus Subsystem
Assembler Annotations
SuperH Interfaces Guide
x86 architecture specifics
Korean translations
Chinese translations
Japanese translations
The Linux Kernel
Docs
»
Development tools for the kernel
»
KUnit - Unit Testing for the Linux Kernel
»
API Reference
View page source
API Reference
¶
Test API
This section documents the KUnit kernel testing API. It is divided into the following sections:
Test API
documents all of the standard testing API excluding mocking or mocking related features.