register all tests, begin work on running all tests for 'tag'

This commit is contained in:
Malcolm Noyes
2013-11-22 11:47:21 +00:00
parent 2a14dffe97
commit c88413dd58
7 changed files with 167 additions and 126 deletions

View File

@@ -279,7 +279,8 @@ namespace Catch {
}
#ifdef INTERNAL_CATCH_VS_MANAGED // detect CLR
catch(AssertFailedException^) {
throw; // CLR always rethrows - stop on first assert
if( aborting() )
throw; // CLR always rethrows - stop on first assert
}
#else
catch( INTERNAL_CATCH_TEST_FAILURE_EXCEPTION ) {