diff options
author | Bastien Nocera <hadess@hadess.net> | 2017-08-10 16:35:45 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2017-09-19 11:16:39 +0200 |
commit | 05f4e6873f1da26b89d6c9548561807294d15b07 (patch) | |
tree | 95f6710109762700ed7984542fb33006d09b0bcb | |
parent | 2c6404f7f50f1ccf305ad8b2008fe6fc8fecfe10 (diff) | |
download | gdk-pixbuf-05f4e6873f1da26b89d6c9548561807294d15b07.tar.gz |
tests: Add missing pixbuf-read test program
This is an interactive test program, not an automated one.
-rw-r--r-- | tests/meson.build | 9 |
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) |