mirror of https://github.com/axmolengine/axmol.git
fixes to cpp-tests for android allocator tests
This commit is contained in:
parent
a095635459
commit
9be9c09a9f
|
@ -27,7 +27,6 @@
|
|||
|
||||
#include "../testBasic.h"
|
||||
#include "../BaseTest.h"
|
||||
#include "base/allocator/CCAllocator.h"
|
||||
#include "base/allocator/CCAllocatorStrategyPool.h"
|
||||
|
||||
namespace AllocatorTestNS
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<classpath>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
|
||||
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
|
||||
<classpathentry kind="src" path="src"/>
|
||||
<classpathentry kind="src" path="gen"/>
|
||||
<classpathentry kind="output" path="bin/classes"/>
|
||||
|
|
|
@ -16,6 +16,7 @@ LOCAL_SRC_FILES := main.cpp \
|
|||
../../Classes/ActionsEaseTest/ActionsEaseTest.cpp \
|
||||
../../Classes/ActionsProgressTest/ActionsProgressTest.cpp \
|
||||
../../Classes/ActionsTest/ActionsTest.cpp \
|
||||
../../Classes/AllocatorTest/AllocatorTest.cpp \
|
||||
../../Classes/BillBoardTest/BillBoardTest.cpp \
|
||||
../../Classes/Box2DTest/Box2dTest.cpp \
|
||||
../../Classes/Box2DTestBed/Box2dView.cpp \
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
# project structure.
|
||||
|
||||
# Project target.
|
||||
target=android-10
|
||||
target=android-19
|
||||
|
||||
android.library.reference.1=../../../cocos/platform/android/java
|
||||
|
|
Loading…
Reference in New Issue