Bläddra i källkod

added doctest to the list with testing frameworks

Viktor Kirilov 9 år sedan
förälder
incheckning
a2bf7592b6
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      docs/other_libs.md

+ 1 - 0
docs/other_libs.md

@@ -127,6 +127,7 @@ strings           |  [dfa](http://bjoern.hoehrmann.de/utf-8/decoder/dfa/)
 strings           |**[gb_string.h](https://github.com/gingerBill/gb)**                    | **public domain**    |C/C++|**1**| dynamic strings
 tests             |  [utest](https://github.com/evolutional/utest)                        | MIT                  |C/C++|**1**| unit testing
 tests             |  [catch](https://github.com/philsquared/Catch)                        | Boost                | C++ |**1**| unit testing
+tests             |  [doctest](https://github.com/onqtam/doctest)                         | MIT                  | C++ |**1**| the lightest feature rich C++ single header testing framework
 tests             |  [SPUT](http://www.lingua-systems.com/unit-testing/)                  | BSD                  |C/C++|**1**| unit testing
 tests             |  [pempek_assert.cpp](https://github.com/gpakosz/Assert)               | **WTFPLv2**          | C++ |  2  | flexible assertions
 tests             |  [minctest](https://github.com/codeplea/minctest)                     | zlib                 |  C  |**1**| unit testing