mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-17 22:03:37 -06:00
Bazzar: GoogleTestUI unique configuration flag.
git-svn-id: svn://ultimatepp.org/upp/trunk@14990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3cf2896c61
commit
2a13927e70
4 changed files with 12 additions and 9 deletions
|
|
@ -1,7 +1,9 @@
|
|||
description "Automate UI testing with Google Test\377";
|
||||
|
||||
uses
|
||||
CtrlLib;
|
||||
|
||||
uses(TESTING_TEST) plugin/gtest;
|
||||
uses(TESTING_GOOGLE_TEST_UI_EXAMPLE) plugin/gtest;
|
||||
|
||||
file
|
||||
AppWindow.h,
|
||||
|
|
@ -13,5 +15,5 @@ file
|
|||
|
||||
mainconfig
|
||||
"" = "GUI",
|
||||
"" = "GUI TESTING_TEST";
|
||||
"" = "GUI TESTING_GOOGLE_TEST_UI_EXAMPLE";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue