Bazzar: GoogleTestUI unique configuration flag.

git-svn-id: svn://ultimatepp.org/upp/trunk@14990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-09-05 18:58:40 +00:00
parent 3cf2896c61
commit 2a13927e70
4 changed files with 12 additions and 9 deletions

View file

@ -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";