mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
Debug: Add dbg-macro
This commit is contained in:
@@ -341,6 +341,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
* [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]
|
||||||
* [CTest](https://cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD]
|
* [CTest](https://cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD]
|
||||||
|
* [dbg-macro](https://github.com/sharkdp/dbg-macro) - A dbg(…) macro for C++. [MIT]
|
||||||
* [Deleaker](http://www.deleaker.com) - A tool for resource leak detection, including memory, GDI and handle leaks.
|
* [Deleaker](http://www.deleaker.com) - A tool for resource leak detection, including memory, GDI and handle leaks.
|
||||||
* [fff](https://github.com/meekrosoft/fff) - A micro-framework for creating fake C functions. [MIT]
|
* [fff](https://github.com/meekrosoft/fff) - A micro-framework for creating fake C functions. [MIT]
|
||||||
* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
|
* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
|
||||||
|
|||||||
Reference in New Issue
Block a user