mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-27 15:09:33 +00:00
Added cleanup as per #125
This commit is contained in:
parent
85c0e3d42b
commit
5f66d1d001
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ namespace Catch {
|
||||||
// Handle list request
|
// Handle list request
|
||||||
if( config.listSpec != List::None ) {
|
if( config.listSpec != List::None ) {
|
||||||
List( config );
|
List( config );
|
||||||
|
Catch::cleanUp();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue