Boost logo

Boost :

From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-02-03 19:46:25


"Gennadiy Rozental" wrote:

>> Syntax I use looks like
>>
>> TEST
>> {
>> ...
>> assert(...); // assert breaks into debugger
>> }
>>
>> ..
>> run_recently_modified_tests()
>
> You need to specify somehow what file each particular test case depend on,
> isn't it?
>

The source file name is recorded as during registration
of each test (during statics initialization).

Then go through list of source files and execute only
tests from those touched within last 10 minutes.

/Pavel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk