mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
19 lines
307 B
Text
19 lines
307 B
Text
description "Automate UI testing with Google Test and Google Mock\377";
|
|
|
|
uses
|
|
CtrlLib;
|
|
|
|
uses(TESTING_GTEST_UI_EXAMPLE) plugin/gmock;
|
|
|
|
file
|
|
AppWindow.h,
|
|
AppWindow.cpp,
|
|
main.cpp,
|
|
Tests readonly separator,
|
|
TestAppWindow.cpp,
|
|
TestMain.cpp;
|
|
|
|
mainconfig
|
|
"" = "GUI",
|
|
"" = "GUI TESTING_GTEST_UI_EXAMPLE";
|
|
|