summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/meson.build9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 33694e538..0b40c595b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -124,3 +124,12 @@ foreach t: installed_tests
'GDK_PIXBUF_MODULE_FILE=@0@'.format(loaders_cache.full_path()),
])
endforeach
+
+executable('pixbuf-read',
+ 'pixbuf-read.c',
+ dependencies: test_deps,
+ include_directories: [
+ root_inc,
+ include_directories('../gdk-pixbuf')
+ ],
+ c_args: common_cflags)