From 05f4e6873f1da26b89d6c9548561807294d15b07 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 10 Aug 2017 16:35:45 +0200 Subject: tests: Add missing pixbuf-read test program This is an interactive test program, not an automated one. --- tests/meson.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests') 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) -- cgit v1.2.1