summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-12-29 17:13:36 +0100
committerBastien Nocera <hadess@hadess.net>2016-12-29 17:13:36 +0100
commit1d3cd14f0afabfdeed71706077ad08ed3ecede50 (patch)
tree0a01743dcc8c545cbdbf73b0e9725aaed88a4b2c /tests
parenta6b07899b11b10647168c5e35a9d6c809c38a5d5 (diff)
downloadgdk-pixbuf-1d3cd14f0afabfdeed71706077ad08ed3ecede50.tar.gz
tests: Add more animations to area-updated test
Diffstat (limited to 'tests')
-rw-r--r--tests/pixbuf-area-updated.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pixbuf-area-updated.c b/tests/pixbuf-area-updated.c
index 5cd308e33..065fe7cb9 100644
--- a/tests/pixbuf-area-updated.c
+++ b/tests/pixbuf-area-updated.c
@@ -328,6 +328,8 @@ int main(int argc, char **argv)
g_test_add_data_func ("/pixbuf/area-updated/ico", (gconstpointer) "test-images/reftests/squares.ico", test_area_updated_ico);
g_test_add_data_func ("/pixbuf/area-updated/gif", (gconstpointer) "aero.gif", test_area_updated_anim);
+ g_test_add_data_func ("/pixbuf/area-updated/gif2", (gconstpointer) "1_partyanimsm2.gif", test_area_updated_anim);
+ g_test_add_data_func ("/pixbuf/area-updated/gif3", (gconstpointer) "test-animation.gif", test_area_updated_anim);
return g_test_run ();
}