mirror of https://github.com/axmolengine/axmol.git
Merge pull request #371 from natural-law/master
Add DirectorTest and BugsTest on android.
This commit is contained in:
commit
2066cebd08
|
@ -11,6 +11,17 @@ LOCAL_SRC_FILES := main.cpp \
|
|||
../../../tests/Box2DTestBed/GLES-Render.cpp \
|
||||
../../../tests/Box2DTestBed/Test.cpp \
|
||||
../../../tests/Box2DTestBed/TestEntries.cpp \
|
||||
../../../tests/BugsTest/Bug-1159.cpp \
|
||||
../../../tests/BugsTest/Bug-1174.cpp \
|
||||
../../../tests/BugsTest/Bug-350.cpp \
|
||||
../../../tests/BugsTest/Bug-422.cpp \
|
||||
../../../tests/BugsTest/Bug-624.cpp \
|
||||
../../../tests/BugsTest/Bug-886.cpp \
|
||||
../../../tests/BugsTest/Bug-899.cpp \
|
||||
../../../tests/BugsTest/Bug-914.cpp \
|
||||
../../../tests/BugsTest/BugsTest.cpp \
|
||||
../../../tests/BugsTest/Bug-458/Bug-458.cpp \
|
||||
../../../tests/BugsTest/Bug-458/QuestionContainerSprite.cpp \
|
||||
../../../tests/ChipmunkTest/Bounce.cpp \
|
||||
../../../tests/ChipmunkTest/Joints.cpp \
|
||||
../../../tests/ChipmunkTest/LogoSmash.cpp \
|
||||
|
@ -36,6 +47,7 @@ LOCAL_SRC_FILES := main.cpp \
|
|||
../../../tests/CocosDenshionTest/CocosDenshionTest.cpp \
|
||||
../../../tests/CocosNodeTest/CocosNodeTest.cpp \
|
||||
../../../tests/CurlTest/CurlTest.cpp \
|
||||
../../../tests/DirectorTest/DirectorTest.cpp \
|
||||
../../../tests/DrawPrimitivesTest/DrawPrimitivesTest.cpp \
|
||||
../../../tests/EaseActionsTest/EaseActionsTest.cpp \
|
||||
../../../tests/EffectsAdvancedTest/EffectsAdvancedTest.cpp \
|
||||
|
|
Loading…
Reference in New Issue