summaryrefslogtreecommitdiff
path: root/test/README
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2011-09-09 14:16:21 -0300
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-09 18:43:18 +0100
commit572479ec20c967f91c22a4e49e705c105d37a1dc (patch)
tree650658e30de3eabd1a75e0ce5db040768b7be453 /test/README
parent669242c2c8009b2a257131ba1a3cf497b9472cc4 (diff)
downloadcairo-572479ec20c967f91c22a4e49e705c105d37a1dc.tar.gz
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>
Diffstat (limited to 'test/README')
-rw-r--r--test/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README
index f753ccbb0..8921c701e 100644
--- a/test/README
+++ b/test/README
@@ -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: