summaryrefslogtreecommitdiff
path: root/test/mask-glyphs.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2010-06-12 13:48:12 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2010-06-12 14:06:06 +0100
commit299263f8c912d3468d51ed22bcb6ab96275709f0 (patch)
treec6bbb38e06e65519b9f6cfe40009a845a4bc2e23 /test/mask-glyphs.c
parent53139261c7ba1a4cc0b869cb48c136b0362a3b0c (diff)
downloadcairo-299263f8c912d3468d51ed22bcb6ab96275709f0.tar.gz
test: Disable tests that are too slow to run by default.
Introduce a slow mode [-s] to the runner, and add "slow" to the requirements for the very long running tests like the coverage stress tests.
Diffstat (limited to 'test/mask-glyphs.c')
-rw-r--r--test/mask-glyphs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mask-glyphs.c b/test/mask-glyphs.c
index 1a76c4e59..0a912e178 100644
--- a/test/mask-glyphs.c
+++ b/test/mask-glyphs.c
@@ -184,6 +184,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (mask_glyphs,
"Creates a mask using a distorted array of overlapping glyphs",
"mask, glyphs", /* keywords */
- NULL, /* requirements */
+ "slow", /* requirements */
WIDTH, HEIGHT,
NULL, draw)