Dear colleagues,
I would like to pass additional command line
arguments to a given boost test. For example, if I execute the following
from the command line:
mytest.exe --log_level=all --param1=value1 --param2=value2
then I would like to be able to get param1 and param2 parameters inside the test cases doing:
BOOST_AUTO_TEST_CASE(read_