CppUTest v3.1

80 views
Skip to first unread message

Bas Vodde

unread,
Apr 5, 2012, 9:33:35 PM4/5/12
to cppu...@googlegroups.com

Hiya,

For all people who don't get the trunk :) I just release CppUTest 3.1 on SourceForge. You can find it at cpputest.sf.net

The major change with v2.x which was the previous "current" version is that the Utest is split which allows for TEST_GROUP members to be destroyed before the memory leak detector gets angry at you.... For example, with CppUTest 3 you can do:

TEST_GROUP(blah)
{
SimpleString str;
};

Whereas with v2, this usually lead to a memory leak in TEST_GROUP :)

Bas

Marco

unread,
Apr 7, 2012, 1:22:31 PM4/7/12
to cppu...@googlegroups.com
On Thursday, April 5, 2012 6:33:35 PM UTC-7, Bas Vodde wrote:

Hiya,

For all people who don't get the trunk :) I just release CppUTest 3.1 on SourceForge. You can find it at cpputest.sf.net


  FYI internal version not updated:
 Running makeAll for CppUTest v2.4a created on 2012-04-05-09-29

Bas Vodde

unread,
Apr 8, 2012, 2:41:15 AM4/8/12
to cppu...@googlegroups.com

Thats sloppy.

Oki, I think I fixed that, and I should use James' release scripts they way they are intended ;)

Thanks!

Bas

Reply all
Reply to author
Forward
0 new messages