Skip to content

Commit 0e5045a

Browse files
liguriomblayman
andauthored
Add ArduinoTap and tap4embedded producers (#157)
* Add ArduinoTap and tap4embedded producers * Move tap4embedded to keep shlomifish note with tool Co-authored-by: Matt Layman <[email protected]>
1 parent 2617fb0 commit 0e5045a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: producers.md

+6
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ for Ada which produces TAP 12 output.
7171
>
7272
> *From [Wikipedia](https://en.wikipedia.org/wiki/C_%28programming_language%29)*
7373
74+
**[ArduinoTap](https://framagit.org/fperrad/ArduinoTap)** is a C/C++ port of the Perl5 module
75+
Test::More on Arduino.
76+
7477
**[C TAP Harness](http://www.eyrie.org/~eagle/software/c-tap-harness/)** is a
7578
TAP library that implements much of the
7679
[Test::More](http://perldoc.perl.org/Test/More.html) API along with some C
@@ -99,6 +102,9 @@ The shlomifish libtap fork has
99102
**[a branch](https://github.com/shlomif/libtap/tree/cmake)** that replaces the
100103
Makefile with Cmake support.
101104

105+
**[tap4embedded](https://framagit.org/fperrad/tap4embedded)** is a TAP producer
106+
library designed for C embedded.
107+
102108
## <a id="cplusplus"></a> [C++](#cplusplus)
103109

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

0 commit comments

Comments
 (0)