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

9 lines
200 B
C++

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