aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-03-19 11:19:06 -0700
committerMatt Turner <mattst88@gmail.com>2013-03-29 10:14:03 -0700
commit101460ed96ef6aa69e9c14b746fc18a02b1e4921 (patch)
tree36853f96663228b533e50f6d7c73411f430816b7 /tests
parent79837605e82d8531a19129340105293e0fcd382c (diff)
arb_texture_query_lod: Add execution shader_tests to all.tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/all.tests6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index 03ae7051..7c9551f0 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -1176,6 +1176,12 @@ arb_texture_buffer_range['dlist'] = concurrent_test('arb_texture_buffer_range-dl
arb_texture_buffer_range['errors'] = concurrent_test('arb_texture_buffer_range-errors')
arb_texture_buffer_range['ranges'] = concurrent_test('arb_texture_buffer_range-ranges')
+arb_texture_query_lod = Group()
+spec['ARB_texture_query_lod'] = arb_texture_query_lod
+add_shader_test_dir(arb_texture_query_lod,
+ testsDir + '/spec/arb_texture_query_lod',
+ recursive=True)
+
arb_texture_rectangle = Group()
spec['ARB_texture_rectangle'] = arb_texture_rectangle
add_texwrap_target_tests(arb_texture_rectangle, 'RECT')