From 526890352d6a92c0513b8d1343c3338294c18ce6 Mon Sep 17 00:00:00 2001 From: Viktor Kirilov Date: Sun, 22 May 2016 15:45:02 +0300 Subject: [PATCH] added doctest to the list with testing frameworks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3a3299..42814f0 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [benchmark](https://github.com/google/benchmark) - Google provided small microbenchmark support library. [Apache2] * [Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost] +* [doctest](https://github.com/onqtam/doctest) - The lightest feature rich C++ single header testing framework. [MIT] * [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost] * [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2] * [CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]