axmol/tests/cpp-tests/Classes/UITest/UITest.cpp

13 lines
213 B
C++

#include "UITest.h"
#include "CocoStudioGUITest/CocosGUIScene.h"
UITests::UITests()
{
addTest("GUI Dynamic Create Test", [](){ return new (std::nothrow) GUIDynamicCreateTests; });
}
UITests::~UITests()
{
}