From 14c86a9246202c0c928c03cf6886dde134fba525 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 14 Dec 2017 16:27:41 +0000 Subject: COMPMID-557 Added some GLES documentation and rework following OOB testing Change-Id: I56333ed23d30c5ec3094f64b78a023589064fe06 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/113375 Tested-by: BSG Visual Compute Jenkins server to access repositories on http://mpd-gerrit.cambridge.arm.com Reviewed-by: Jim He Reviewed-by: Anthony Barbier --- tests/SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/SConscript') diff --git a/tests/SConscript b/tests/SConscript index 336ec5eb7f..e4c561d844 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -68,8 +68,6 @@ test_env.Append(CPPPATH = ["#3rdparty/include"]) test_env.Append(LIBPATH = ["#3rdparty/%s/%s" % (env['os'], env['arch'])]) test_env.Append(LIBPATH = ["#build/%s" % env['build_dir']]) test_env.Append(LIBPATH = ["#build/%s/opencl-1.2-stubs" % env['build_dir']]) -if env['gles_compute'] and env['os'] != 'android': - test_env.Append(LIBPATH = ["#build/%s/opengles-3.1/stubs" % env['build_dir']]) Import("arm_compute_test_framework") test_env.Append(LIBS = arm_compute_test_framework) @@ -117,7 +115,6 @@ if env['gles_compute']: Import('egl') Import('glesv2') - test_env.Append(CPPPATH = ["#opengles-3.1/include", "#opengles-3.1/mali_include"]) test_env.Append(LIBS = ["EGL", "GLESv2"]) else: if env['arch'] != 'armv7a': -- cgit v1.2.1