From 5f66d1d0017b89d7e4e77d9cb80c2acdae58438c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 21 Sep 2012 18:44:22 +0100 Subject: [PATCH] Added cleanup as per #125 --- include/catch_runner.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/catch_runner.hpp b/include/catch_runner.hpp index c849ccb2..0f768773 100644 --- a/include/catch_runner.hpp +++ b/include/catch_runner.hpp @@ -130,6 +130,7 @@ namespace Catch { // Handle list request if( config.listSpec != List::None ) { List( config ); + Catch::cleanUp(); return 0; }