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 ;).

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • DZone
  • Ma.gnolia
  • Reddit
  • Simpy
  • Slashdot
  • StumbleUpon
  • Technorati

3 Responses to “Pulse + UnitTest++”

  1. sdt Says:

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

  2. Sol Says:

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

  3. 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