ultimatepp/bazaar/GTestUIExample/TestMain.cpp
klugier cfd070d0c2 Bazaar: GTest examples on Windows do not crash on exit.
git-svn-id: svn://ultimatepp.org/upp/trunk@15021 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-12 12:45:42 +00:00

9 lines
138 B
C++

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