Skip to content

Commit 7e5ecf1

Browse files
committed
Fix link location for googletest and googlemock.
The Google Mock framework has been absorbed into the Google Test project, available on GH.
1 parent b844ab8 commit 7e5ecf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
228228
* [CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
229229
* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
230230
* [CTest](http://www.cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD]
231-
* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes. [BSD]
232-
* [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. [BSD]
231+
* [googlemock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
232+
* [googletest](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]
233233
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD]
234234
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
235235
* [MemTrack](http://www.almostinfinite.com/memtrack.html) - Tracking memory allocations in C++.

0 commit comments

Comments
 (0)