summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-08-12 12:47:23 -0700
committerEric Anholt <eric@anholt.net>2011-08-28 20:53:40 -0700
commit74389c0bc10806f1093532872bfbc500af345928 (patch)
treedd31881b6f4aac137c09007fc183282c688d9560
parentb6a082cfbe34198aeeaf6ec40b1559e759940a45 (diff)
piglit: Run the shader_runner fbo tests concurrently.
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r--tests/all.tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/all.tests b/tests/all.tests
index a50128155..cf266f533 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -297,6 +297,7 @@ def add_shader_test(group, filepath, test_name):
"""Add a shader test to the given group."""
group[test_name] = PlainExecTest(['shader_runner', '-auto', '-fbo',
filepath])
+ group[test_name].runConcurrent = True
def add_shader_test_dir(group, dirpath, recursive=False):
"""Add all shader tests in a directory to the given group."""