1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-05-01 13:03:51 +00:00

Added cleanup as per #125

This commit is contained in:
Phil Nash 2012-09-21 18:44:22 +01:00
parent 85c0e3d42b
commit 5f66d1d001

View File

@ -130,6 +130,7 @@ namespace Catch {
// Handle list request
if( config.listSpec != List::None ) {
List( config );
Catch::cleanUp();
return 0;
}