Skip to content

Commit

Permalink
Merge pull request fffaraz#150 from adamjcook/unittestpp
Browse files Browse the repository at this point in the history
fix UnitTest++ framework project link location
  • Loading branch information
fffaraz committed Sep 2, 2015
2 parents 2766ea5 + 4713728 commit b844ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [minUnit](http://www.jera.com/techinfo/jtns/jtn002.html) - A minimal unit testing framework for C written using only 2 macros. [PublicDomain]
* [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++](http://unittest-cpp.sourceforge.net/) - A lightweight unit testing framework for C++. [MIT/X Consortium license]
* [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++.

## Game Engine
Expand Down

0 comments on commit b844ab8

Please sign in to comment.