We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e5045a commit 46c0990Copy full SHA for 46c0990
producers.md
@@ -88,6 +88,10 @@ Tests built with [GLib's test
88
framework](https://developer.gnome.org/glib/stable/glib-Testing.html)
89
produce TAP version 12 when run with the `--tap` option.
90
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
+
95
**[libtap](http://github.com/zorgnax/libtap)** is another TAP library that
96
follows the [Test::More](http://perldoc.perl.org/Test/More.html) API.
97
0 commit comments