perf: Don't skip COLOR tests

This commit is contained in:
Carl Worth 2006-09-09 17:31:49 -07:00
parent d3a5d90665
commit 78b8555c9a

View file

@ -154,8 +154,6 @@ main (int argc, char *argv[])
continue;
if (cairo_test_target && ! strstr (cairo_test_target, target->name))
continue;
if (target->content == CAIRO_CONTENT_COLOR)
continue;
for (j = 0; perfs[j].name; j++) {
perf = &perfs[j];
for (size = perf->min_size; size <= perf->max_size; size *= 2) {