$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.