KUnit Test for Kernel Linked-list structures

modulename: list-test.ko

configname: CONFIG_LIST_KUNIT_TEST

Linux Kernel Configuration
└─>Kernel hacking
└─>Kernel Testing and Coverage
└─>Runtime Testing
└─>KUnit - Enable support for unit tests
└─>KUnit Test for Kernel Linked-list structures
In linux kernel since version 5.1 (release Date: 2019-05-05)  
This builds the linked list KUnit test suite.
It tests that the API and basic functionality of the list_head type
and associated macros.

KUnit tests run during boot and output the results to the debug log
in TAP format (https://testanything.org/). Only useful for kernel devs
running the KUnit test harness, and not intended for inclusion into a
production build.

For more information on KUnit and unit tests in general please refer
to the KUnit documentation in
source code: