Skip to content

Commit e7dd101

Browse files
committed
Merge pull request fffaraz#113 from woodroof/moved-gmock
Moved gmock to Debug section
2 parents e48768a + e94b878 commit e7dd101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
214214
* [CMocka](https://cmocka.org/) - unit testing framework for C with support for mock objects. [Apache2]
215215
* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPL2]
216216
* [CTest](http://www.cmake.org/cmake/help/v2.8.8/ctest.html) - The CMake test driver program. [BSD]
217+
* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes. [BSD]
217218
* [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework. [BSD]
218219
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD]
219220
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
@@ -485,7 +486,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
485486
* [cxx-prettyprint](https://github.com/louisdx/cxx-prettyprint) - A pretty printing library for C++ containers. [Boost]
486487
* [DynaPDF](http://www.dynaforms.com/) - An easy-to-use PDF generation library. [Commercial]
487488
* [gcc-poison](https://github.com/leafsr/gcc-poison) - A simple header file for developers to ban unsafe C/C++ functions from applications.
488-
* [googlemock](http://code.google.com/p/googlemock/) - A library for writing and using C++ mock classes. [BSD]
489489
* [HTTP Parser](https://github.com/joyent/http-parser) :zap: - A http request/response parser for C. [MIT]
490490
* [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT]
491491
* [libsigc++](http://libsigc.sourceforge.net/) - A typesafe callback system for standard C++. [LGPL]

0 commit comments

Comments
 (0)