From: Rob Caldecott (robert.caldecott_at_[hidden])
Date: 2007-01-07 06:08:54


Peter <pjfoley <at> bigpond.com> writes:

> is it possible to access argc and argv?

I had the same problem. You can use
boost::unit_test::auto_unit_test_suite()->argc and
boost::unit_test::auto_unit_test_suite()->argv.

Regards.