run single test with test suite

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

run single test with test suite

Eduardo Alonso
Hello everyone. I read the boost documentation for test suite and and I can't find anywhere how I can run a single test case or a single test suite from the command line. Needless to say the purpose of this exercise is running specific tests through the debugger to examine better what quantlib does behind the scenes. Is there a way to do it or do I have to edit the init_unit_test_suite method if I don't want the whole test suite to run through?
 
Regards and thanks for your help
 
     Ed

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
|

Re: run single test with test suite

Luigi Ballabio
On Mon, 2007-07-09 at 14:16 +0200, Eduardo Alonso wrote:
> Hello everyone. I read the boost documentation for test suite and and
> I can't find anywhere how I can run a single test case or a single
> test suite from the command line. Needless to say the purpose of this
> exercise is running specific tests through the debugger to examine
> better what quantlib does behind the scenes. Is there a way to do it
> or do I have to edit the init_unit_test_suite method if I don't want
> the whole test suite to run through?

Hi Eduardo,
        unfortunately, you'll have to edit the init_unit_test_suite method.

Cheers,
        Luigi


--

Blessed is the man who, having nothing to say, abstains from giving
wordy evidence of the fact.
-- George Eliot



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users