From cbbd02f9c5389522cddecd53ca109f2e3ef98f58 Mon Sep 17 00:00:00 2001 From: "darxus@chaosreigns.com" Date: Tue, 26 Jul 2016 13:38:52 -0400 Subject: [PATCH] Add example to run specific tests by name to the test/README Reviewed-by: Bryce Harrington Reviewed-by: Uli Schlachter --- test/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/README b/test/README index 9ed9bc78b..84d7b4170 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