Bazzar: Google test example packages naming simplification.

git-svn-id: svn://ultimatepp.org/upp/trunk@14993 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-09-06 11:32:01 +00:00
parent e39620c940
commit eee1bd4e46
13 changed files with 27 additions and 28 deletions

View file

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