Bazaar: Added GoogleTestUIExample.

git-svn-id: svn://ultimatepp.org/upp/trunk@14989 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-09-05 18:28:49 +00:00
parent e0fe0030f8
commit 3cf2896c61
6 changed files with 131 additions and 0 deletions

View file

@ -0,0 +1,12 @@
#include <CtrlLib/CtrlLib.h>
#include "AppWindow.h"
using namespace Upp;
#ifndef flagTESTING_TEST
GUI_APP_MAIN
{
AppWindow().Run();
}
#endif