CxxUnit has a perl/python script to build the test runner.  

As mentioned previously it is a C/C++ unit test framework.  So you will need a C++ compiler.

After a small slope to get it setup (smaller still since you don't have to write the test runner), it's pretty easy to use (includes samples and useful documentation).  

[CxxTest User Guide][1]
[CxxTest Wiki][2]


  [1]: http://cxxtest.sourceforge.net/guide.html
  [2]: http://cxxtest.com/index.php?title=Main_Page