summaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 0de2e30ba..de64e7ec5 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -765,6 +765,10 @@ spec['glsl-1.30']['execution'] = Group()
add_shader_test_dir(spec['glsl-1.30']['execution'],
os.path.join(os.path.dirname(__file__), 'spec', 'glsl-1.30', 'execution'),
recursive=True)
+spec['glsl-1.30']['linker'] = Group()
+spec['glsl-1.30']['linker']['clipping'] = Group()
+add_plain_test(spec['glsl-1.30']['linker']['clipping'], 'clip-distance-not-sizeable-above-max')
+add_plain_test(spec['glsl-1.30']['linker']['clipping'], 'mixing-clip-distance-and-clip-vertex-disallowed')
# Group AMD_conservative_depth
spec['AMD_conservative_depth'] = Group()