Path: utzoo!attcan!uunet!mcvax!ukc!stl!pgh From: pgh@stl.stc.co.uk (Peter Hamer) Newsgroups: comp.lang.c++ Subject: Testing tools for C++ Message-ID: <1502@stl.stc.co.uk> Date: 9 Jun 89 14:26:08 GMT References: <774@batserver.cs.uq.oz> <10330@socslgw.csl.sony.JUNET> Sender: news@stl.stc.co.uk Reply-To: "Peter Hamer" Organization: STC Technology Limited, London Road, Harlow, Essex, UK Lines: 7 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?