summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-25 17:05:46 +0000
committerRoss Burton <ross.burton@intel.com>2019-11-25 17:09:11 +0000
commit977a5ce939524bbea8889fa7357dbf78c187b01d (patch)
tree046a69cbff5fa9a22e896cc7ad545d6ad35e3b19 /tests
parentecd8856876cfce614d104c458413cb05eb6686bc (diff)
downloadgdk-pixbuf-977a5ce939524bbea8889fa7357dbf78c187b01d.tar.gz
tests: install circular-table.gif
This test data was added for the pixbuf-gif-circular-table test (added October 2018 in 0b9d004) but because the file was never actually installed the installed test suite never passes.
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 5116fc2b9..80ed3e8b2 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -97,6 +97,7 @@ test_data = [
'bug775693.pixdata',
'bug775229.pixdata',
'aero.gif',
+ 'circular-table.gif'
]
installed_test_bindir = join_paths(gdk_pixbuf_libexecdir, 'installed-tests', meson.project_name())