mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-30 14:22:28 -06:00
8 lines
142 B
C++
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
|