test/README: add missing "S"

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Paulo Zanoni 2011-09-09 14:16:21 -03:00 committed by Chris Wilson
parent 669242c2c8
commit 572479ec20

View file

@ -41,7 +41,7 @@ It should contain a (space-, comma-, etc-separated) list of backends to test.
To limit the tests run, use the CAIRO_TESTS environment variable, which
should be a space-separated list of tests to run. For example:
CAIRO_TEST="zero-alpha" make test TARGETS=image,ps
CAIRO_TESTS="zero-alpha" make test TARGETS=image,ps
Another very handy mechanism when trying to fix bugs is: