CppTest is a small but powerful unit testing framework
for C and C++. This release comes with several bugfixes as
well as an improved HTML output module which now produces
XHTML 1.0 Strict. Please see the change log for more details.
Download:
http://sourceforge.net/project/showfiles.php?group_id=77564
Changelog:
http://sourceforge.net/project/shownotes.php?release_id=614074&group_id=77564
This is a maintenance release concerning the configuration tools only. The library itself is not affected.
Added a more flexible way of handling the pkg-config file.
This is a maintenance release concerning the configuration tools only. The library itself is not affected.
Added a pkg-config file. The pkg-config program is used to retrieve information about installed libraries in the system. It is typically used to compile and link against one or more libraries.
Version 1.0.2 of CppTest, a C++ unit test framework, is released.
This release is a maintenance release with the following enhancements:
- Added Microsoft VisualStudio.NET projects files
Version 1.0.1 of CppTest, a C++ unit test framework, is released.
This release is a maintenance release with the following enhancements:
- Added a Microsoft Studio .NET project/solution that compiles both the library and the test program.
- Added some more documentation.
- Changed all "C++Test" strings to "CppTest" after a not so friendly letter from Parasoft, which apparently have an own product called C++Test.