This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit ebac8472be988c41616dc0271636107c3a8c96ec
Author: Kim Woelders <[email protected]>
AuthorDate: Wed Dec 7 20:10:41 2022 +0100

    test: Add fake .ani test
---
 test/images/buterfly.ani | Bin 0 -> 7218 bytes
 test/images/icon-64.ani  |   1 +
 test/test_load.cpp       |   1 +
 test/test_load_2.cpp     |   1 +
 4 files changed, 3 insertions(+)

diff --git a/test/images/buterfly.ani b/test/images/buterfly.ani
new file mode 100644
index 0000000..58b3e70
Binary files /dev/null and b/test/images/buterfly.ani differ
diff --git a/test/images/icon-64.ani b/test/images/icon-64.ani
new file mode 120000
index 0000000..fade801
--- /dev/null
+++ b/test/images/icon-64.ani
@@ -0,0 +1 @@
+buterfly.ani
\ No newline at end of file
diff --git a/test/test_load.cpp b/test/test_load.cpp
index cd34cec..6c82db6 100644
--- a/test/test_load.cpp
+++ b/test/test_load.cpp
@@ -15,6 +15,7 @@
 #define FILE_REF	"icon-64.png"
 
 static const char  *const pfxs[] = {
+   "ani",
    "argb",
    "bmp",
    "ff",
diff --git a/test/test_load_2.cpp b/test/test_load_2.cpp
index 79fe1bc..4d704fa 100644
--- a/test/test_load_2.cpp
+++ b/test/test_load_2.cpp
@@ -18,6 +18,7 @@ typedef struct {
 
 static tii_t        tii[] = {
 /**INDENT-OFF**/
+   { "icon-64.ani",		3727548902 },
    { "icon-64.argb",		1153555547 },
    { "icon-64.bmp",		1153555547 },
    { "icon-64.ff",		1153555547 },

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to