mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
5f82436351
commit
c9e8a47a73
2 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
description "Google mock in action\377";
|
||||
description "Google Mock in action\377";
|
||||
|
||||
uses
|
||||
plugin/gmock,
|
||||
|
|
|
|||
|
|
@ -26,6 +26,8 @@ fn FindInTest(line, type) {
|
|||
}
|
||||
|
||||
macro "Google Test" : "Launch all tests" Ctrl+R {
|
||||
ClearConsole();
|
||||
|
||||
Execute(Target());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue