2012-04-19 14:35:52 +08:00
|
|
|
#ifndef _TESTS_H_
|
|
|
|
#define _TESTS_H_
|
|
|
|
|
2014-01-03 20:21:36 +08:00
|
|
|
#include "UnitTest/UnitTest.h"
|
2013-12-17 14:18:41 +08:00
|
|
|
#include "NewRendererTest/NewRendererTest.h"
|
2013-12-04 10:46:54 +08:00
|
|
|
#include "ConsoleTest/ConsoleTest.h"
|
2013-09-13 16:38:21 +08:00
|
|
|
#include "NewEventDispatcherTest/NewEventDispatcherTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#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"
|
2014-06-06 17:33:27 +08:00
|
|
|
#include "TileMapTest/TileMapTest2.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#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"
|
2013-10-12 05:35:38 +08:00
|
|
|
#include "InputTest/MouseTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "PerformanceTest/PerformanceTest.h"
|
|
|
|
#include "ZwoptexTest/ZwoptexTest.h"
|
|
|
|
#include "CocosDenshionTest/CocosDenshionTest.h"
|
2014-09-29 10:15:41 +08:00
|
|
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_MAC || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
|
2014-09-03 18:20:31 +08:00
|
|
|
#include "NewAudioEngineTest/NewAudioEngineTest.h"
|
|
|
|
#endif
|
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"
|
2013-09-10 17:41:06 +08:00
|
|
|
#include "PhysicsTest/PhysicsTest.h"
|
2014-01-21 17:47:59 +08:00
|
|
|
#include "ReleasePoolTest/ReleasePoolTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
|
2014-05-19 05:49:16 +08:00
|
|
|
#include "Sprite3DTest/Sprite3DTest.h"
|
2014-08-07 15:23:31 +08:00
|
|
|
#include "Camera3DTest/Camera3DTest.h"
|
2014-09-04 16:27:18 +08:00
|
|
|
#include "BillBoardTest/BillBoardTest.h"
|
2014-09-17 14:26:57 +08:00
|
|
|
#include "LightTest/LightTest.h"
|
2014-05-19 05:49:16 +08:00
|
|
|
|
2014-09-30 14:40:24 +08:00
|
|
|
#include "OpenURLTest/OpenURLTest.h"
|
|
|
|
|
2012-04-19 14:35:52 +08:00
|
|
|
#endif
|