mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 09:18:11 +02:00
perf: Don't skip COLOR tests
This commit is contained in:
parent
d3a5d90665
commit
78b8555c9a
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue