summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/issue70.jpgbin0 -> 3396162 bytes
-rw-r--r--tests/meson.build3
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/issue70.jpg b/tests/issue70.jpg
new file mode 100644
index 000000000..a46347566
--- /dev/null
+++ b/tests/issue70.jpg
Binary files differ
diff --git a/tests/meson.build b/tests/meson.build
index e111084c1..d3453d3f9 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -148,7 +148,8 @@ test_data = [
'bug775693.pixdata',
'bug775229.pixdata',
'aero.gif',
- 'circular-table.gif'
+ 'circular-table.gif',
+ 'issue70.jpg',
]
installed_test_bindir = join_paths(gdk_pixbuf_libexecdir, 'installed-tests', meson.project_name())