$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Loïc Joly (loic.joly_at_[hidden])
Date: 2006-02-06 05:00:12
Pavel Vozenilek a écrit :
>
> I think we may be talking about two different use cases for test system:
>
> * one is to run them overnight, do a complete coverage, record
> everything, recover after errors
>
> * other is quick and dirty tool to test recently changed
> code directly from IDE, without need to touch makefiles
> or whatever else.
I'd like to introduce yet another scenario for boost::test:
* once a bug has been found, it is possible to exercise the test case
that exhibits the bug, and this test case only, until the bug is corrected.
-- Loïc