$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Boost.Test] Command line arguments
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2012-12-17 14:58:27
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?