ultimatepp/bazaar/GoogleTestUIExample/TestMain.cpp
klugier 3cf2896c61 Bazaar: Added GoogleTestUIExample.
git-svn-id: svn://ultimatepp.org/upp/trunk@14989 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-05 18:28:49 +00:00

8 lines
124 B
C++

#ifdef flagTESTING_TEST
#include <CtrlLib/CtrlLib.h>
#include <plugin/gtest/gtest.h>
TEST_GUI_APP_MAIN {}
#endif