|
I am trying to create test case with JUnit that involves creation of C-project, building it and launching it (for now). I could not find such examples in CDT test suite.
I managed with first two items, however, I have no way to create LaunchConfiguration object in order to execute something like
DebugUITools.launch(launchConfigurations, ILaunchManager.DEBUG_MODE);
Hw can I create LaunchConfiguration object and associate project and some other options to it ? Possible workarrounds of this problem ?
Thanks in advance.
|