Skip to content

Commit d33e1f2

Browse files
committed
Merge pull request fffaraz#230 from onqtam/patch-1
added doctest to the list with testing frameworks
2 parents 6e8519c + 5268903 commit d33e1f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
230230

231231
* [benchmark](https://github.com/google/benchmark) - Google provided small microbenchmark support library. [Apache2]
232232
* [Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost]
233+
* [doctest](https://github.com/onqtam/doctest) - The lightest feature rich C++ single header testing framework. [MIT]
233234
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost]
234235
* [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2]
235236
* [CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]

0 commit comments

Comments
 (0)