From 80df6c70e608f9550ac98793af50ae771fe92460 Mon Sep 17 00:00:00 2001 From: Neil Henning Date: Sun, 24 Dec 2017 16:55:23 +0000 Subject: [PATCH] Add process.h and utest.h to the single header list This MR adds two of my single header libraries to the list: * utest.h - a single header C/C++ public domain library for doing unit testing * process.h - a single header C/C++ public domain library for interacting with processes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aef1be..314c040 100644 --- a/README.md +++ b/README.md @@ -354,6 +354,7 @@ as C/C++, as this is not an obstacle to most users.) | | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing | | [catch](https://github.com/philsquared/Catch) | Boost | C++ |**1**| unit testing | | [trompeloeil](https://github.com/rollbear/trompeloeil) | Boost | C++ |**1**| unit testing +| |**[utest.h](https://github.com/sheredom/utest.h)** | **public domain** |C/C++|**1**| unit testing # user interface | | library | license | API |files| description @@ -398,6 +399,7 @@ as C/C++, as this is not an obstacle to most users.) | | [cpp-generators](https://github.com/c-smile/cpp-generators) | BSD | C++ |**1**| generators in C++ | | [PlusCallback](https://github.com/codeplea/pluscallback) | zlib | C++ |**1**| function/method callbacks | | [random](https://github.com/effolkronium/random) | MIT | C++ |**1**| convenient API for random +| |**[process.h](https://github.com/sheredom/process.h)** | **public domain** |C/C++|**1**| process control API There are also these XML libraries, but if you're using XML, shame on you: