aboutsummaryrefslogtreecommitdiff
path: root/tests/all.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/all.tests')
-rw-r--r--tests/all.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 8d067be2..daebbd3c 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -703,6 +703,9 @@ gl31 = Group()
spec['!OpenGL 3.1'] = gl31
gl31['genned-names'] = concurrent_test('gl-3.1-genned-names')
gl31['minmax'] = concurrent_test('gl-3.1-minmax')
+for subtest in ['generated', 'written', 'flush']:
+ cmdline = 'primitive-restart-xfb {0}'.format(subtest)
+ gl31[cmdline] = concurrent_test('gl-3.1-' + cmdline)
# Group spec/glsl-es-1.00
spec['glsl-es-1.00'] = Group()