j
k
j a
j l
Peter 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.
Back to the thread
Back to the list