[Piglit] [PATCH 1/6] Make all.tests add tests/shaders recursively.
Paul Berry
stereotype441 at gmail.com
Thu Oct 20 14:12:23 PDT 2011
---
tests/all.tests | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/all.tests b/tests/all.tests
index 0248164..1318058 100644
--- a/tests/all.tests
+++ b/tests/all.tests
@@ -337,7 +337,7 @@ def add_getactiveuniform_count(group, name, expected):
add_shader_test_dir(shaders,
os.path.dirname(__file__) + '/shaders',
- recursive=False)
+ recursive=True)
add_plain_test(shaders, 'activeprogram-bad-program')
add_plain_test(shaders, 'activeprogram-get')
add_plain_test(shaders, 'ati-fs-bad-delete')
--
1.7.6.4
More information about the Piglit
mailing list