diff --git a/producers.md b/producers.md index b3b7df0..68bca9a 100644 --- a/producers.md +++ b/producers.md @@ -71,6 +71,9 @@ for Ada which produces TAP 12 output. > > *From [Wikipedia](https://en.wikipedia.org/wiki/C_%28programming_language%29)* +**[ArduinoTap](https://framagit.org/fperrad/ArduinoTap)** is a C/C++ port of the Perl5 module +Test::More on Arduino. + **[C TAP Harness](http://www.eyrie.org/~eagle/software/c-tap-harness/)** is a TAP library that implements much of the [Test::More](http://perldoc.perl.org/Test/More.html) API along with some C @@ -99,6 +102,9 @@ The shlomifish libtap fork has **[a branch](https://github.com/shlomif/libtap/tree/cmake)** that replaces the Makefile with Cmake support. +**[tap4embedded](https://framagit.org/fperrad/tap4embedded)** is a TAP producer +library designed for C embedded. + ## [C++](#cplusplus) > C++ is a general-purpose programming language with a bias towards