Added ability to break into debugger on Windows and Mac
This commit is contained in:
parent
0025668584
commit
53da26eef1
6 changed files with 152 additions and 27 deletions
|
@ -53,7 +53,7 @@ namespace Catch
|
|||
config.getReporterConfig().setStreamBuf( ofs.rdbuf() );
|
||||
}
|
||||
|
||||
Runner runner( config.getReporter() );
|
||||
Runner runner( config );
|
||||
|
||||
// Run test specs specified on the command line - or default to all
|
||||
if( config.m_testSpecs.size() == 0 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue