summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2014-07-23 16:25:20 +1000
committerDave Airlie <airlied@gmail.com>2014-07-30 19:22:43 +1000
commitd216a3399509201fb5d62639ea297a5296d29fff (patch)
tree9478a0d12f580e4838aa3a1346e319f6dddfea59
parentaeaf080c29abf778b882bfad5e5ace38ac7f72ef (diff)
all.tests: add arb_gpu_shader_fp64 dir
Acked-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Dave Airlie <airlied@redhat.com>
-rw-r--r--tests/all.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/all.py b/tests/all.py
index 8b22f1017..9d7a861ef 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1868,6 +1868,12 @@ add_concurrent_test(arb_gpu_shader5, 'arb_gpu_shader5-invocation-id')
add_concurrent_test(arb_gpu_shader5, 'arb_gpu_shader5-invocations_count_too_large')
add_concurrent_test(arb_gpu_shader5, 'arb_gpu_shader5-xfb-streams')
+arb_gpu_shader_fp64 = {}
+spec['ARB_gpu_shader_fp64'] = arb_gpu_shader_fp64
+add_shader_test_dir(arb_gpu_shader_fp64,
+ os.path.join(testsDir, 'spec', 'arb_gpu_shader_fp64'),
+ recursive=True)
+
arb_texture_query_levels = {}
spec['ARB_texture_query_levels'] = arb_texture_query_levels
add_shader_test_dir(arb_texture_query_levels,