mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 12:54:39 +03:00
Debug: Add Catch2, CppUTest
This commit is contained in:
@@ -263,7 +263,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
* [Boost.Test](http://www.boost.org/doc/libs/master/libs/test/doc/html/index.html) - Boost Test Library. [Boost]
|
* [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]
|
* [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]
|
* [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost]
|
||||||
|
* [Catch2](https://github.com/catchorg/Catch2) - A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD. [BSL-1.0]
|
||||||
* [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2]
|
* [Celero](https://github.com/DigitalInBlue/Celero) - C++ Benchmarking Framework. [Apache2]
|
||||||
|
* [CppUTest](https://github.com/cpputest/cpputest) - Unit testing and mocking framework for C/C++. [BSD-3-clause]
|
||||||
* [CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]
|
* [CUTE](http://cute-test.com) - C++ Unit Testing Easier. [LGPL3]
|
||||||
* [CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
|
* [CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
|
||||||
* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
|
* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
|
||||||
|
|||||||
1
todo.txt
1
todo.txt
@@ -173,7 +173,6 @@ https://github.com/gwaldron/osgearth
|
|||||||
https://github.com/xiw/stack
|
https://github.com/xiw/stack
|
||||||
https://github.com/mozy/mordor
|
https://github.com/mozy/mordor
|
||||||
https://github.com/jeremyong/Selene
|
https://github.com/jeremyong/Selene
|
||||||
https://github.com/cpputest/cpputest
|
|
||||||
https://github.com/cppformat/cppformat
|
https://github.com/cppformat/cppformat
|
||||||
https://github.com/otland/forgottenserver/tree/master/src
|
https://github.com/otland/forgottenserver/tree/master/src
|
||||||
https://github.com/matt-42/iod
|
https://github.com/matt-42/iod
|
||||||
|
|||||||
Reference in New Issue
Block a user