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

Uli Schlachter psychon at znc.in
Wed Jul 27 16:38:17 UTC 2016


Am 26.07.2016 um 19:38 schrieb Darxus:
> ---
>  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

This definitely improves the current state, so:

Reviewed-by: Uli Schlachter <psychon at znc.in>

However, the following example is wrong. "./cairo-test-suite text" doesn't run
anything. Should it be "./cairo-test-suite -k text"?

Uli
-- 
ā€œIā€™m Olaf and I like warm hugs.ā€


More information about the cairo mailing list