Skip to content

Commit 11f0f7d

Browse files
committed
Merge pull request fffaraz#170 from vladon/patch-3
Google Test and Google Mock (their official names)
2 parents 34136a5 + 4ba950a commit 11f0f7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
231231
* [CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
232232
* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
233233
* [CTest](https://cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD]
234-
* [googlemock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
235-
* [googletest](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]
234+
* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
235+
* [Google Test](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]
236236
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD]
237237
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
238238
* [MemTrack](http://www.almostinfinite.com/memtrack.html) - Tracking memory allocations in C++.
@@ -241,7 +241,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
241241
* [Mockator](http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects.
242242
* [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2]
243243
* [UnitTest++](https://github.com/unittest-cpp/unittest-cpp) - A lightweight unit testing framework for C++. [MIT/X Consortium license]
244-
* [VLD](http://vld.codeplex.com/) - A free, robust, open-source memory leak detection system for Visual C++.
244+
* [VLD](http://vld.codeplex.com/) - Visual Leak Detector. A free, robust, open-source memory leak detection system for Visual C++.
245245

246246
## Game Engine
247247

0 commit comments

Comments
 (0)