mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 12:37:58 +02:00
[test/create-from-png] Return the failure.
Having checked all the possible PNG formats, report any failures.
This commit is contained in:
parent
3dc8e2dd0d
commit
37bca38772
1 changed files with 3 additions and 0 deletions
|
|
@ -254,5 +254,8 @@ main (void)
|
|||
|
||||
cairo_test_fini (&ctx);
|
||||
|
||||
if (result != CAIRO_TEST_SUCCESS)
|
||||
return result;
|
||||
|
||||
return cairo_test (&test);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue