summaryrefslogtreecommitdiff
path: root/tests/all.py
diff options
context:
space:
mode:
authorFrancisco Jerez <currojerez@riseup.net>2013-10-07 16:28:45 -0700
committerEric Anholt <eric@anholt.net>2014-03-30 19:38:05 -0700
commit83428339eb7f57fae0786c4ad46c3629b9e91e2b (patch)
tree75db6e250a552b5ccb44f089d3050557ed9cf671 /tests/all.py
parent5a38dbcee45ef364d451ffcb69319ca4e86fc566 (diff)
arb_shader_atomic_counters: Test the atomic counter query functions.
v2: Drop #define L, use a table instead of coding each test (changes by anholt, acked by Francisco) Reviewed-by: Eric Anholt <eric@anholt.net>
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 0d113d136..67e1f77a2 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3863,6 +3863,7 @@ spec['ARB_shader_atomic_counters'] = arb_shader_atomic_counters
import_glsl_parser_tests(spec['ARB_shader_atomic_counters'],
os.path.join(testsDir, 'spec', 'arb_shader_atomic_counters'),
[''])
+arb_shader_atomic_counters['active-counters'] = concurrent_test('arb_shader_atomic_counters-active-counters')
profile.tests['hiz'] = hiz
profile.tests['fast_color_clear'] = fast_color_clear