mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
9 lines
138 B
C++
9 lines
138 B
C++
#ifdef flagTESTING_GTEST_UI_EXAMPLE
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <plugin/gtest/gtest.h>
|
|
|
|
|
|
TEST_GUI_APP_MAIN {}
|
|
|
|
#endif
|