[cairo-commit] test/README

Bryce Harrington bryce at kemper.freedesktop.org
Thu Sep 1 03:30:22 UTC 2016


 test/README |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit cbbd02f9c5389522cddecd53ca109f2e3ef98f58
Author: darxus at chaosreigns.com <darxus at chaosreigns.com>
Date:   Tue Jul 26 13:38:52 2016 -0400

    Add example to run specific tests by name to the test/README
    
    Reviewed-by: Bryce Harrington <bryce at osg.samsung.com>
    Reviewed-by: Uli Schlachter <psychon at znc.in>

diff --git a/test/README b/test/README
index 9ed9bc7..84d7b41 100644
--- a/test/README
+++ b/test/README
@@ -21,9 +21,10 @@ The test suite needs to be run before any code is committed and before
 any release. See below for hints and rules governing the use of the suite.
 
 The test suite is built as a single binary, which allows you to choose
-individual or categories of tests to run. For example, if you want to
-run all text related tests you can use:
-    ./cairo-test-suite text
+individual or categories of tests to run. For example, to run specific tests:
+    ./cairo-test-suite record-neg-extents-unbounded record-neg-extents-bounded
+Or if you want to run all paint.* related tests you can use:
+    ./cairo-test-suite paint
 Or if you want to check the current status of known failures:
     ./cairo-test-suite XFAIL
 Or to run a subset of tests, use the -k option to run only the tests


More information about the cairo-commit mailing list