[cairo] [PATCH] Add example to run specific tests by name to the test/README

Darxus darxus at chaosreigns.com
Tue Jul 26 17:38:52 UTC 2016


---
 test/README | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/README b/test/README
index 8cf3ddb..155310a 100644
--- a/test/README
+++ b/test/README
@@ -21,8 +21,9 @@ 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:
+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 text related tests you can use:
     ./cairo-test-suite text
 Or if you want to check the current status of known failures:
     ./cairo-test-suite XFAIL
-- 
2.7.4



More information about the cairo mailing list