X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Android.mk;h=3a6e7a0e99bc093d05a1c16f5a2aa7d3a9b933ae;hb=b2ed9fbe1ad972eda26b31146712ed83e5c07d0f;hp=619175f969b56d173445e9b51636f4d0b51f39e2;hpb=5958e2c86b687a9756127a1569dd252dadf35743;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/Android.mk b/Android.mk index 619175f..3a6e7a0 100644 --- a/Android.mk +++ b/Android.mk @@ -76,6 +76,7 @@ LOCAL_SRC_FILES := \ framework/delibs/debase/deInt32.c \ framework/delibs/debase/deInt32Test.c \ framework/delibs/debase/deMath.c \ + framework/delibs/debase/deMathTest.c \ framework/delibs/debase/deMemory.c \ framework/delibs/debase/deRandom.c \ framework/delibs/debase/deString.c \ @@ -304,6 +305,7 @@ LOCAL_SRC_FILES := \ modules/gles2/functional/es2fBufferWriteTests.cpp \ modules/gles2/functional/es2fClippingTests.cpp \ modules/gles2/functional/es2fColorClearTest.cpp \ + modules/gles2/functional/es2fDebugMarkerTests.cpp \ modules/gles2/functional/es2fDefaultVertexAttributeTests.cpp \ modules/gles2/functional/es2fDepthRangeTests.cpp \ modules/gles2/functional/es2fDepthStencilClearTests.cpp \ @@ -601,6 +603,7 @@ LOCAL_SRC_FILES := \ modules/gles31/functional/es31fTextureLevelStateQueryTests.cpp \ modules/gles31/functional/es31fTextureMultisampleTests.cpp \ modules/gles31/functional/es31fTextureSpecificationTests.cpp \ + modules/gles31/functional/es31fTextureBorderClampTests.cpp \ modules/gles31/functional/es31fUniformBlockTests.cpp \ modules/gles31/functional/es31fUniformLocationTests.cpp \ modules/gles31/functional/es31fVertexAttributeBindingStateQueryTests.cpp \