2012-04-19 14:35:52 +08:00
|
|
|
#ifndef _TESTS_H_
|
|
|
|
#define _TESTS_H_
|
|
|
|
|
|
|
|
#include "ActionsTest/ActionsTest.h"
|
|
|
|
#include "TransitionsTest/TransitionsTest.h"
|
|
|
|
#include "ActionsProgressTest/ActionsProgressTest.h"
|
|
|
|
#include "EffectsTest/EffectsTest.h"
|
|
|
|
#include "ClickAndMoveTest/ClickAndMoveTest.h"
|
|
|
|
#include "RotateWorldTest/RotateWorldTest.h"
|
|
|
|
#include "ParticleTest/ParticleTest.h"
|
|
|
|
#include "ActionsEaseTest/ActionsEaseTest.h"
|
|
|
|
#include "MotionStreakTest/MotionStreakTest.h"
|
|
|
|
#include "DrawPrimitivesTest/DrawPrimitivesTest.h"
|
|
|
|
#include "TouchesTest/TouchesTest.h"
|
|
|
|
#include "MenuTest/MenuTest.h"
|
|
|
|
#include "ActionManagerTest/ActionManagerTest.h"
|
|
|
|
#include "LayerTest/LayerTest.h"
|
|
|
|
#include "SceneTest/SceneTest.h"
|
|
|
|
#include "ParallaxTest/ParallaxTest.h"
|
|
|
|
#include "TileMapTest/TileMapTest.h"
|
|
|
|
#include "IntervalTest/IntervalTest.h"
|
|
|
|
#include "LabelTest/LabelTest.h"
|
2013-08-13 04:29:54 +08:00
|
|
|
#include "LabelTest/LabelTestNew.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "TextInputTest/TextInputTest.h"
|
|
|
|
#include "SpriteTest/SpriteTest.h"
|
|
|
|
#include "SchedulerTest/SchedulerTest.h"
|
|
|
|
#include "RenderTextureTest/RenderTextureTest.h"
|
|
|
|
#include "Box2DTest/Box2dTest.h"
|
|
|
|
#include "Box2DTestBed/Box2dView.h"
|
|
|
|
#include "EffectsAdvancedTest/EffectsAdvancedTest.h"
|
|
|
|
#include "AccelerometerTest/AccelerometerTest.h"
|
|
|
|
#include "KeypadTest/KeypadTest.h"
|
2013-06-29 10:02:10 +08:00
|
|
|
#ifdef CC_KEYBOARD_SUPPORT
|
2013-05-31 20:29:32 +08:00
|
|
|
#include "KeyboardTest/KeyboardTest.h"
|
2013-06-02 10:28:46 +08:00
|
|
|
#endif
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "PerformanceTest/PerformanceTest.h"
|
|
|
|
#include "ZwoptexTest/ZwoptexTest.h"
|
|
|
|
#include "CocosDenshionTest/CocosDenshionTest.h"
|
2013-04-09 10:13:22 +08:00
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPEN)
|
2012-11-25 03:14:01 +08:00
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_MARMALADE)
|
|
|
|
// bada don't support libcurl
|
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_BADA)
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "CurlTest/CurlTest.h"
|
2012-11-25 03:14:01 +08:00
|
|
|
#endif
|
|
|
|
#endif
|
2013-04-09 10:13:22 +08:00
|
|
|
#endif
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "UserDefaultTest/UserDefaultTest.h"
|
|
|
|
#include "BugsTest/BugsTest.h"
|
|
|
|
#include "Texture2dTest/Texture2dTest.h"
|
|
|
|
#include "FontTest/FontTest.h"
|
|
|
|
#include "CurrentLanguageTest/CurrentLanguageTest.h"
|
|
|
|
#include "TextureCacheTest/TextureCacheTest.h"
|
|
|
|
#include "NodeTest/NodeTest.h"
|
|
|
|
#include "ShaderTest/ShaderTest.h"
|
2013-09-09 17:49:13 +08:00
|
|
|
#include "ShaderTest/ShaderTest2.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "ExtensionsTest/ExtensionsTest.h"
|
2012-04-23 14:30:38 +08:00
|
|
|
#include "MutiTouchTest/MutiTouchTest.h"
|
2012-11-25 03:14:01 +08:00
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_MARMALADE)
|
2012-11-21 15:22:54 +08:00
|
|
|
#include "ClippingNodeTest/ClippingNodeTest.h"
|
2012-11-21 12:02:29 +08:00
|
|
|
#include "ChipmunkTest/ChipmunkTest.h"
|
2012-11-25 03:14:01 +08:00
|
|
|
#endif
|
2013-01-28 15:17:20 +08:00
|
|
|
#include "FileUtilsTest/FileUtilsTest.h"
|
2013-04-24 13:57:34 +08:00
|
|
|
#include "SpineTest/SpineTest.h"
|
2013-04-26 01:40:49 +08:00
|
|
|
#include "TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h"
|
2013-05-10 15:07:05 +08:00
|
|
|
#include "DataVisitorTest/DataVisitorTest.h"
|
2013-05-23 08:56:05 +08:00
|
|
|
#include "ConfigurationTest/ConfigurationTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
|
|
|
|
#endif
|