28 Apr
2006
28 Apr
'06
8:32 a.m.
On Tue, Apr 25, 2006 at 05:51:48PM +0100, Ben Fowler wrote:
What do you mean by smoke testing?
Two things, either
- An series of quick tests that a dev can do to be sure that the
build is good. or 2) An assertion that the tests concerned have been done.
By the way, for the former, there is now a `make check` capability that Jon Cruz, Mental, and others have worked on, that runs a sequence of unit tests. The coverage is far from 100%, but it runs quick, and it would be very appropriate to run as part of the "smoke testing".
Bryce