We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f5a9b7 commit ae1dbf0Copy full SHA for ae1dbf0
producers.md
@@ -130,6 +130,11 @@ embedded within `libperl++`. It is a mostly complete port of
130
**[libtappp](https://github.com/cbab/libtappp)** is a fork of `libtap++`
131
that removes the build time dependency to [Boost](http://www.boost.org/).
132
133
+**[QtTest](https://doc.qt.io/qt-6/qttest-index.html)** is the testing
134
+framework of [The Qt Project](https://www.qtproject.org/) and supports
135
+output in TAP format, by passing the `-tap` option on a test's
136
+command-line.
137
+
138
## [C# <a id="csharp"></a>](#csharp)
139
140
> C# is a multi-paradigm programming language encompassing strong typing,
0 commit comments