[Piglit] [PATCH 3/7] piglit: Run shader_runner tests into FBOs.

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


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

diff --git a/tests/all.tests b/tests/all.tests
index b7560ed..e033d5b 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -283,7 +283,8 @@ shaders = Group()
 
 def add_shader_test(group, filepath, test_name):
 	"""Add a shader test to the given group."""
-	group[test_name] = PlainExecTest(['shader_runner', '-auto', filepath])
+	group[test_name] = PlainExecTest(['shader_runner', '-auto', '-fbo',
+					  filepath])
 
 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