[Unit++ announce] C++ unit tests on g++-3.0
Brought to you by:
azhrarn,
davidhallas
From: <cl...@su...> - 2001-12-10 11:28:48
|
The unit++ testing framework has been slightly updated. Unit++ is a small simple unit test framework for C++, inspired by the original junit, be written completely from scratch in C++. This is done to make better use of the features and ideoms of C++, rather than try a port from java. This new version compiles on g++ 3.0, and hopefully a lot of other C++ compilers as well. However, I was once again taught that portability is something you obtain by actually testing it on more that one system... The new version is ready for download at SourceForge: https://sourceforge.net/project/showfiles.php?group_id=38211&release_id=6498 7 Best regards, Azhrarn |