a little madness

A man needs a little madness, or else he never dares cut the rope and be free -Nikos Kazantzakis

Zutubi

Pulse + UnitTest++

Since I have previously stated my admiration for UnitTest++ as a unit testing framework for C++, I guess it was high time I added direct support for it in Pulse. Well, as of Pulse 1.2.24, there is now a UnitTest++ post-processor that will slurp your UnitTest++ test results directly into Pulse. If you’re looking to do continuous integration for C++, then Pulse + UnitTest++ is a killer combo ;).

Liked this post? Share it!

3 Responses to “Pulse + UnitTest++”

  1. May 2nd, 2007 at 2:27 am

    sdt says:

    I was quite happy to see this change :). UnitTest++ is a great little framework.

  2. January 18th, 2008 at 6:13 pm

    Sol says:

    How can I write my own post processor, not regex? I need process perl Test::Harness results.

  3. January 18th, 2008 at 6:29 pm

    Jason says:

    Hi Sol,

    In Pulse 2.0 (currently in early access) you can write your own post-processors as plugins. Since 2.0 is not quite ready for people to write their own plugins (documentation is lacking at present), I would be happy to take a look at some sample Test::Harness output and see what we can do. Usually creating a new post-processor is very quick as long as the report to parse has a consistent structure. You can send a sample report to [email protected] if you like.

Leave a Reply