summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."""