Skip to content

Commit 46c0990

Browse files
authored
Add KUnit (#158)
1 parent 0e5045a commit 46c0990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

producers.md

+4
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ Tests built with [GLib's test
8888
framework](https://developer.gnome.org/glib/stable/glib-Testing.html)
8989
produce TAP version 12 when run with the `--tap` option.
9090

91+
**[KUnit](https://www.kernel.org/doc/html/latest/dev-tools/kunit/start.html)**
92+
is a unit testing framework for the Linux Kernel. Test output is written
93+
to the kernel log in TAP format.
94+
9195
**[libtap](http://github.com/zorgnax/libtap)** is another TAP library that
9296
follows the [Test::More](http://perldoc.perl.org/Test/More.html) API.
9397

0 commit comments

Comments
 (0)