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 de64e7ec..b7560ed0 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -257,6 +257,11 @@ add_plain_test(general, 'scissor-depth-clear')
add_plain_test(general, 'scissor-many')
add_plain_test(general, 'scissor-offscreen')
add_plain_test(general, 'scissor-stencil-clear')
+general['GL_SELECT - no test function'] = PlainExecTest(['select', 'general'])
+general['GL_SELECT - depth-test enabled'] = PlainExecTest(['select', 'depth'])
+general['GL_SELECT - stencil-test enabled'] = PlainExecTest(['select', 'stencil'])
+general['GL_SELECT - alpha-test enabled'] = PlainExecTest(['select', 'alpha'])
+general['GL_SELECT - scissor-test enabled'] = PlainExecTest(['select', 'scissor'])
add_plain_test(general, 'stencil-drawpixels')
add_plain_test(general, 'stencil-twoside')
add_plain_test(general, 'stencil-wrap')