diff options
author | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-09-21 14:54:36 +0200 |
---|---|---|
committer | Nicolai Hähnle <nhaehnle@gmail.com> | 2009-09-21 14:54:36 +0200 |
commit | fcb25b3fb60a424c8e55814331546e24bbcbf3d5 (patch) | |
tree | 83e48b7e533ac3585c3990d1bd1595623f9748c6 /README | |
parent | a1f992ede63a1e35f3058c960b4e87d0ba5a7531 (diff) |
Add quick.tests suite
Trade number of visuals and state combinations tested for running time.
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -118,6 +118,12 @@ sanity.tests all.tests This suite contains all tests. +quick.tests + Run all tests, but cut down significantly on their runtime + (and thus on the number of problems they can find). + In particular, this runs Glean with the --quick option, which + reduces the number of visuals and state combinations tested. + radeon.tests r300.tests r500.tests |