From 4ba950ade7d7de264e2ba2ea64af49060cf47962 Mon Sep 17 00:00:00 2001 From: Vladislav Yaroslavlev Date: Mon, 21 Dec 2015 16:34:26 +0300 Subject: [PATCH] Google Test and Google Mock (their official names) and Visual Leak Detector --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e21b0a2..5e06662 100644 --- a/README.md +++ b/README.md @@ -230,8 +230,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [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] * [CTest](https://cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD] -* [googlemock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD] -* [googletest](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD] +* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD] +* [Google Test](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD] * [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD] * [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2] * [MemTrack](http://www.almostinfinite.com/memtrack.html) - Tracking memory allocations in C++. @@ -240,7 +240,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Mockator](http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects. * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2] * [UnitTest++](https://github.com/unittest-cpp/unittest-cpp) - A lightweight unit testing framework for C++. [MIT/X Consortium license] -* [VLD](http://vld.codeplex.com/) - A free, robust, open-source memory leak detection system for Visual C++. +* [VLD](http://vld.codeplex.com/) - Visual Leak Detector. A free, robust, open-source memory leak detection system for Visual C++. ## Game Engine