ultimatepp/bazaar/GoogleTestUIExample/TestMain.cpp
klugier 2a13927e70 Bazzar: GoogleTestUI unique configuration flag.
git-svn-id: svn://ultimatepp.org/upp/trunk@14990 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-05 18:58:40 +00:00

8 lines
142 B
C++

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