[comp.lang.c++] Testing tools for C++

pgh@stl.stc.co.uk (Peter Hamer) (06/09/89)

Does anybody know of any tools to aid the testing of C++ programs? 

For instance.
  1) Is there an equivalent to 'lint'. If not, is this because all (some?)
     C++ compilers do this level of checking.
  2) Are there any tools to measure test coverage?
  3) Are there any good test drivers/harnesses?