mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 06:12:20 -06:00
19 lines
303 B
Text
19 lines
303 B
Text
description "Automate UI testing with Google Test\377";
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
uses(TESTING_GOOGLE_TEST_UI_EXAMPLE) plugin/gtest;
|
|
|
|
file
|
|
AppWindow.h,
|
|
AppWindow.cpp,
|
|
main.cpp,
|
|
Tests readonly separator,
|
|
TestAppWindow.cpp,
|
|
TestMain.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI TESTING_GOOGLE_TEST_UI_EXAMPLE";
|
|
|