summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.py')
-rw-r--r--tests/all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index a1f652c74..3888bec23 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1507,6 +1507,7 @@ arb_tessellation_shader = {}
spec['ARB_tessellation_shader'] = arb_tessellation_shader
add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-get-tcs-params')
add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-get-tes-params')
+add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-minmax')
add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-invalid-get-program-params')
add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-invalid-patch-vertices-range')
add_concurrent_test(arb_tessellation_shader, 'arb_tessellation_shader-invalid-primitive')