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

9 lines
215 B
C++
Raw Normal View History

#include "UITest.h"
#include "CocoStudioGUITest/CocoStudioGUITest.h"
void UITestScene::runThisTest()
{
CocoStudioGUITestScene* pScene = new (std::nothrow) CocoStudioGUITestScene();
pScene->runThisTest();
}