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

8 lines
199 B
C++

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