mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-06 00:20:20 +01:00
Add example to run specific tests by name to the test/README
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
66205ad48e
commit
cbbd02f9c5
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue