ultimatepp/bazaar/GTestUIExample/TestMain.cpp
klugier 8158a053c4 Bazaar: GTest examples renamed.
git-svn-id: svn://ultimatepp.org/upp/trunk@15003 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-09 22:32:09 +00:00

8 lines
136 B
C++

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