[Piglit] [PATCH 4/7] piglit: Run the shader_runner fbo tests concurrently.

Eric Anholt eric at anholt.net
Mon Aug 15 12:49:23 PDT 2011


---
 tests/all.tests |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/all.tests b/tests/all.tests
index e033d5b..1d59c4b 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -285,6 +285,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."""
-- 
1.7.5.4



More information about the Piglit mailing list