From 936efaa0fbd47c1af70fdb855fa86ba45ea50139 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Thu, 9 Oct 2014 18:08:07 -0500 Subject: [PATCH] new CppUnit website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d3913..b41e5ea 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin *Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing* * [Catch](https://github.com/philsquared/Catch) - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. [Boost] -* [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit. [LGPLv2] +* [CppUnit](http://www.freedesktop.org/wiki/Software/cppunit/) - C++ port of JUnit. [LGPLv2] * [googletest](http://code.google.com/p/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. [GPLv2]