testdriven.com Wrangling quality out of chaos

Minitest: Minimal unit test library for C++

03.08.2005 · Posted in Links

Minitest is a library to help with unit testing. It provides very small set of features (one macro, two functions):

* macro (MINITEST) to define a test
* execute all tests, in random order (to uncover possible dependencies between the tests)
* execute only tests from last modified source files (to shorten the edit – compile – test cycle)
link

  • del.icio.us
  • Digg
  • Google Bookmarks
  • Slashdot
  • StumbleUpon
  • Technorati
  • Twitter

Comments are closed