Skip to content

Add ArduinoTap and tap4embedded producers #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions producers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

## <a id="cplusplus"></a> [C++](#cplusplus)

> C++ is a general-purpose programming language with a bias towards
Expand Down