summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index b5d5f63ba..dc42c5cad 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1849,6 +1849,10 @@ with profile.group_manager(
grouptools.join('spec', 'ARB_stencil_texturing')) as g:
g(['arb_stencil_texturing-draw', 'texture'], 'draw-texture')
g(['arb_stencil_texturing-draw', 'texelFetch'], 'draw-texelFetch')
+ g(['arb_stencil_texturing-draw_layered_miptree',
+ '128', '64', '7', 'texture'], 'draw-layered-texture')
+ g(['arb_stencil_texturing-draw_layered_miptree',
+ '128', '64', '7', 'texelFetch'], 'draw-layered-texelFetch')
with profile.group_manager(
PiglitGLTest,