Bazzar: GTest "Run all tests" macro now cleans terminal before execution.

git-svn-id: svn://ultimatepp.org/upp/trunk@12898 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2019-03-25 18:40:20 +00:00
parent 5f82436351
commit c9e8a47a73
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,4 @@
description "Google mock in action\377";
description "Google Mock in action\377";
uses
plugin/gmock,

View file

@ -26,6 +26,8 @@ fn FindInTest(line, type) {
}
macro "Google Test" : "Launch all tests" Ctrl+R {
ClearConsole();
Execute(Target());
}