X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=external%2Fopenglcts%2Fmodules%2Fgles32%2Fes32cTestPackage.cpp;h=72570afe30544b73f77ad05a1b48f77bee2fad9e;hb=6c3fca93367fd97c4eb9e7b2a4e642c1284e3ff9;hp=32bf2893dd67ddf20a6c2faa35896fe22261b7c2;hpb=e5e1903cf377f8ea08df5c255bb75ce6d17e49fd;p=platform%2Fupstream%2FVK-GL-CTS.git diff --git a/external/openglcts/modules/gles32/es32cTestPackage.cpp b/external/openglcts/modules/gles32/es32cTestPackage.cpp index 32bf289..72570af 100644 --- a/external/openglcts/modules/gles32/es32cTestPackage.cpp +++ b/external/openglcts/modules/gles32/es32cTestPackage.cpp @@ -25,8 +25,10 @@ #include "es32cTestPackage.hpp" #include "es32cCopyImageTests.hpp" #include "esextcTestPackage.hpp" +#include "glcAggressiveShaderOptimizationsTests.hpp" #include "glcFragDepthTests.hpp" #include "glcInfoTests.hpp" +#include "glcInternalformatTests.hpp" #include "glcSeparableProgramsTransformFeedbackTests.hpp" #include "glcShaderConstExprTests.hpp" #include "glcShaderIndexingTests.hpp" @@ -146,6 +148,7 @@ void ES32TestPackage::init(void) tcu::TestCaseGroup* shadersGroup = new tcu::TestCaseGroup(getTestContext(), "shaders", ""); shadersGroup->addChild(new deqp::ShaderIntegerMixTests(getContext(), glu::GLSL_VERSION_320_ES)); shadersGroup->addChild(new deqp::ShaderNegativeTests(getContext(), glu::GLSL_VERSION_320_ES)); + shadersGroup->addChild(new glcts::AggressiveShaderOptimizationsTests(getContext())); addChild(shadersGroup); tcu::TestCaseGroup* coreGroup = new tcu::TestCaseGroup(getTestContext(), "core", ""); @@ -161,6 +164,7 @@ void ES32TestPackage::init(void) coreGroup->addChild(new glcts::ShaderMacroTests(getContext())); coreGroup->addChild(new glcts::SeparableProgramsTransformFeedbackTests(getContext())); coreGroup->addChild(new glcts::CopyImageTests(getContext())); + coreGroup->addChild(new glcts::InternalformatTests(getContext())); addChild(coreGroup); } catch (...)