fixes to cpp-tests for android allocator tests

This commit is contained in:
mannewalis 2014-12-15 16:21:39 -08:00
parent a095635459
commit 9be9c09a9f
4 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,6 @@
#include "../testBasic.h"
#include "../BaseTest.h"
#include "base/allocator/CCAllocator.h"
#include "base/allocator/CCAllocatorStrategyPool.h"
namespace AllocatorTestNS

View File

@ -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"/>

View File

@ -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 \

View File

@ -8,6 +8,6 @@
# project structure.
# Project target.
target=android-10
target=android-19
android.library.reference.1=../../../cocos/platform/android/java