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:
parent
4025e11a53
commit
80df6c70e6
|
@ -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
|
| | [fctx](https://github.com/imb/fctx) | BSD |C/C++|**1**| unit testing
|
||||||
| | [catch](https://github.com/philsquared/Catch) | Boost | 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
|
| | [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
|
# user interface
|
||||||
| | library | license | API |files| description
|
| | 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++
|
| | [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
|
| | [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
|
| | [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:
|
There are also these XML libraries, but if you're using XML, shame on you:
|
||||||
|
|
Loading…
Reference in New Issue