[Boost.Test] Command line arguments

I want to add command line arguments to my unit test but I cannot find how to do so. I found the place to get argc and argv from the main suite, but when I pass in arguments that the framework doesn't already know about I get heap corruption. Is there a way to instruct the unit test framework about additional command line arguments you want to process in your test?

[Please do not mail me a copy of your followup]
boost-users@lists.boost.org spake the secret code
I want to add command line arguments to my unit test but I cannot find how to do so.
What sort of arguments do you want to add and what do you want to do with them? -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
participants (2)
-
legalize+jeeves@mail.xmission.com
-
Noah Roberts