2018-01-29 16:25:32 +08:00
|
|
|
/****************************************************************************
|
|
|
|
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
|
2021-12-28 16:06:23 +08:00
|
|
|
|
2022-02-24 18:45:25 +08:00
|
|
|
https://adxeproject.github.io/
|
2021-12-28 16:06:23 +08:00
|
|
|
|
2018-01-29 16:25:32 +08:00
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
|
|
of this software and associated documentation files (the "Software"), to deal
|
|
|
|
in the Software without restriction, including without limitation the rights
|
|
|
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
|
|
copies of the Software, and to permit persons to whom the Software is
|
|
|
|
furnished to do so, subject to the following conditions:
|
2021-12-28 16:06:23 +08:00
|
|
|
|
2018-01-29 16:25:32 +08:00
|
|
|
The above copyright notice and this permission notice shall be included in
|
|
|
|
all copies or substantial portions of the Software.
|
2021-12-28 16:06:23 +08:00
|
|
|
|
2018-01-29 16:25:32 +08:00
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
|
THE SOFTWARE.
|
|
|
|
****************************************************************************/
|
|
|
|
|
2012-04-19 14:35:52 +08:00
|
|
|
#ifndef _TESTS_H_
|
|
|
|
#define _TESTS_H_
|
|
|
|
|
2020-11-20 11:51:47 +08:00
|
|
|
#include "Box2DTest/Box2dTest.h"
|
2021-07-06 21:02:47 +08:00
|
|
|
#include "Box2DTestBed/Box2DTestBed.h"
|
2020-12-01 17:15:30 +08:00
|
|
|
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "ChipmunkTest/ChipmunkTest.h"
|
2021-07-06 18:40:24 +08:00
|
|
|
#if defined(CC_PLATFORM_PC)
|
2021-12-28 16:06:23 +08:00
|
|
|
# include "ChipmunkTestBed/ChipmunkTestBed.h"
|
2021-06-17 14:22:52 +08:00
|
|
|
#endif
|
2020-12-01 17:15:30 +08:00
|
|
|
|
2018-05-02 15:33:01 +08:00
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_MARMALADE)
|
2021-12-28 16:06:23 +08:00
|
|
|
# include "ClippingNodeTest/ClippingNodeTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#endif
|
2014-09-03 18:20:31 +08:00
|
|
|
#include "NewAudioEngineTest/NewAudioEngineTest.h"
|
2013-04-09 10:13:22 +08:00
|
|
|
#if (CC_TARGET_PLATFORM != CC_PLATFORM_EMSCRIPEN)
|
2021-12-28 16:06:23 +08:00
|
|
|
# if (CC_TARGET_PLATFORM != CC_PLATFORM_MARMALADE)
|
2012-11-25 03:14:01 +08:00
|
|
|
// bada don't support libcurl
|
2021-12-28 16:06:23 +08:00
|
|
|
# if (CC_TARGET_PLATFORM != CC_PLATFORM_BADA)
|
|
|
|
# include "CurlTest/CurlTest.h"
|
|
|
|
# endif
|
|
|
|
# endif
|
2013-04-09 10:13:22 +08:00
|
|
|
#endif
|
2015-11-08 04:57:05 +08:00
|
|
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
|
2021-12-28 16:06:23 +08:00
|
|
|
# include "JNITest/JNITest.h"
|
2015-11-08 04:57:05 +08:00
|
|
|
#endif
|
2021-12-28 16:06:23 +08:00
|
|
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_MAC || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32 || \
|
|
|
|
CC_TARGET_PLATFORM == CC_PLATFORM_LINUX)
|
|
|
|
# include "WindowTest/WindowTest.h"
|
2016-10-31 14:02:02 +08:00
|
|
|
#endif
|
2015-08-13 15:14:10 +08:00
|
|
|
|
|
|
|
// sort them alphabetically. thanks
|
|
|
|
#include "ActionManagerTest/ActionManagerTest.h"
|
|
|
|
#include "ActionsEaseTest/ActionsEaseTest.h"
|
|
|
|
#include "ActionsProgressTest/ActionsProgressTest.h"
|
|
|
|
#include "ActionsTest/ActionsTest.h"
|
|
|
|
#include "BillBoardTest/BillBoardTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "BugsTest/BugsTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "Camera3DTest/Camera3DTest.h"
|
|
|
|
#include "ClickAndMoveTest/ClickAndMoveTest.h"
|
|
|
|
#include "ConfigurationTest/ConfigurationTest.h"
|
|
|
|
#include "ConsoleTest/ConsoleTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "CurrentLanguageTest/CurrentLanguageTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "DataVisitorTest/DataVisitorTest.h"
|
2021-07-04 16:40:34 +08:00
|
|
|
#include "NetworkTest/NetworkTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "DrawPrimitivesTest/DrawPrimitivesTest.h"
|
|
|
|
#include "EffectsAdvancedTest/EffectsAdvancedTest.h"
|
|
|
|
#include "EffectsTest/EffectsTest.h"
|
2012-04-19 14:35:52 +08:00
|
|
|
#include "ExtensionsTest/ExtensionsTest.h"
|
2013-01-28 15:17:20 +08:00
|
|
|
#include "FileUtilsTest/FileUtilsTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "FontTest/FontTest.h"
|
|
|
|
#include "InputTest/MouseTest.h"
|
|
|
|
#include "IntervalTest/IntervalTest.h"
|
|
|
|
#include "LabelTest/LabelTestNew.h"
|
|
|
|
#include "LayerTest/LayerTest.h"
|
|
|
|
#include "LightTest/LightTest.h"
|
|
|
|
#include "MaterialSystemTest/MaterialSystemTest.h"
|
|
|
|
#include "MenuTest/MenuTest.h"
|
|
|
|
#include "MotionStreakTest/MotionStreakTest.h"
|
2017-02-23 17:05:08 +08:00
|
|
|
#include "MultiTouchTest/MultiTouchTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "NavMeshTest/NavMeshTest.h"
|
|
|
|
#include "NewEventDispatcherTest/NewEventDispatcherTest.h"
|
|
|
|
#include "NewRendererTest/NewRendererTest.h"
|
|
|
|
#include "NodeTest/NodeTest.h"
|
|
|
|
#include "OpenURLTest/OpenURLTest.h"
|
|
|
|
#include "ParallaxTest/ParallaxTest.h"
|
|
|
|
#include "Particle3DTest/Particle3DTest.h"
|
|
|
|
#include "ParticleTest/ParticleTest.h"
|
|
|
|
#include "Physics3DTest/Physics3DTest.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"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "RenderTextureTest/RenderTextureTest.h"
|
|
|
|
#include "RotateWorldTest/RotateWorldTest.h"
|
|
|
|
#include "Scene3DTest/Scene3DTest.h"
|
|
|
|
#include "SceneTest/SceneTest.h"
|
|
|
|
#include "SchedulerTest/SchedulerTest.h"
|
|
|
|
#include "ShaderTest/ShaderTest.h"
|
|
|
|
#include "ShaderTest/ShaderTest2.h"
|
|
|
|
#include "SpineTest/SpineTest.h"
|
2014-05-19 05:49:16 +08:00
|
|
|
#include "Sprite3DTest/Sprite3DTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "SpritePolygonTest/SpritePolygonTest.h"
|
|
|
|
#include "SpriteTest/SpriteTest.h"
|
2015-01-20 10:34:30 +08:00
|
|
|
#include "TerrainTest/TerrainTest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "TextInputTest/TextInputTest.h"
|
|
|
|
#include "Texture2dTest/Texture2dTest.h"
|
|
|
|
#include "TextureCacheTest/TextureCacheTest.h"
|
|
|
|
#include "TexturePackerEncryptionTest/TextureAtlasEncryptionTest.h"
|
|
|
|
#include "TileMapTest/TileMapTest2.h"
|
|
|
|
#include "TouchesTest/TouchesTest.h"
|
|
|
|
#include "TransitionsTest/TransitionsTest.h"
|
2015-04-03 11:54:39 +08:00
|
|
|
#include "UITest/UITest.h"
|
2015-08-13 15:14:10 +08:00
|
|
|
#include "UnitTest/UnitTest.h"
|
|
|
|
#include "UserDefaultTest/UserDefaultTest.h"
|
|
|
|
#include "VibrateTest/VibrateTest.h"
|
|
|
|
#include "ZwoptexTest/ZwoptexTest.h"
|
2016-02-13 00:06:16 +08:00
|
|
|
#include "SpriteFrameCacheTest/SpriteFrameCacheTest.h"
|
2019-10-22 13:47:07 +08:00
|
|
|
#include "ZipTest/ZipTests.h"
|
2020-09-08 13:38:16 +08:00
|
|
|
#if defined(CC_PLATFORM_PC)
|
2021-12-28 16:06:23 +08:00
|
|
|
# include "ImGuiEXTTest/ImGuiEXTTest.h"
|
2020-09-08 13:38:16 +08:00
|
|
|
#endif
|
2012-04-19 14:35:52 +08:00
|
|
|
#endif
|