axmol/tests/cpp-tests/Classes/JNITest/JNITest.h

20 lines
286 B
C
Raw Normal View History

2015-11-08 04:57:05 +08:00
#ifndef _JNI_TEST_H_
#define _JNI_TEST_H_
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
2015-11-08 04:57:05 +08:00
#include "cocos2d.h"
#include "../BaseTest.h"
DEFINE_TEST_SUITE(JNITests);
class JNITest : public TestCase
{
public:
CREATE_FUNC(JNITest);
JNITest();
};
#endif
2015-11-08 04:57:05 +08:00
#endif // _JNI_TEST_H_