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
This commit is contained in:
Neil Henning 2017-12-24 16:55:23 +00:00 committed by GitHub
parent 4025e11a53
commit 80df6c70e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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: