Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2007-01-08 14:56:25


"Sohail Somani" <s.somani_at_[hidden]> wrote in message
news:1C1EBEF8DBACDC439D038EA051674EC7567695_at_xbox.financialcad.com...
> Good morning/afternoon/evening good people of the Boost lists,
>
> Does anyone know how to set timeouts on the auto testing suite of the
> Boost unit test framework? I'm guessing that I'll need to write my own
> test_main() but if anyone knows of a way to tweak the auto test suite in
> general, that would be very useful!
>
> Thanks,
>
> Sohail

There is no interface to specify the timeout for automatically registered
test case. For this test case you will have to use manual registration.
Don't forget though that you could mix both manual and auto registration
within the same test modules, so the test cases that doesn't require timeout
you may still use auto-facility.

Gennadiy


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net