summaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index cbc2d84d9..014f8d9a5 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -3289,6 +3289,11 @@ egl_khr_create_context['verify GL flavor'] = plain_test('egl-create-context-veri
for api in ('gl', 'gles1', 'gles2', 'gles3'):
egl_khr_create_context['valid debug flag ' + api] = plain_test('egl-create-context-valid-flag-debug ' + api)
+egl_ext_client_extensions = Group()
+spec['EGL_EXT_client_extensions'] = egl_ext_client_extensions
+for i in [1, 2, 3]:
+ egl_ext_client_extensions['conformance test {0}'.format(i)] = concurrent_test('egl_ext_client_extensions {0}'.format(i))
+
gles20 = Group()
spec['!OpenGL ES 2.0'] = gles20
gles20['glsl-fs-pointcoord'] = concurrent_test('glsl-fs-pointcoord_gles2')