summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2011-08-12 12:44:35 -0700
committerEric Anholt <eric@anholt.net>2011-08-28 20:53:38 -0700
commitb6a082cfbe34198aeeaf6ec40b1559e759940a45 (patch)
treef9da1e4979fea02932e95c52a8ea0e14607ca750
parentfb8ce5b2acbb43abaf02ad9b0c8310b4fcb48f7b (diff)
piglit: Run shader_runner tests into FBOs.
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
-rw-r--r--tests/all.tests3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/all.tests b/tests/all.tests
index c21740a2d..a50128155 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -295,7 +295,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."""