
17 Dec
2012
17 Dec
'12
7:58 p.m.
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?