CppUnit - C++ port of JUnit Code
Brought to you by:
blep
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | CppUnit --- The C++ Unit Test Library ------------------------------------- http://cppunit.sourceforge.net CppUnit is the C++ port of the famous JUnit framework for unit testing. For MSWindows installation notes, see INSTALL-WIN32.txt. For other systems -- including cygwin -- see INSTALL and INSTALL-unix. Bug reports are welcome. Please use the SourceForge bug tracking system at http://sourceforge.net/projects/cppunit/. Bugs that already appear in the file BUGS do not need to be reported. Email to the current maintainers may be sent to <cppunit-devel@lists.sourceforge.net>. |