[gdk-pixbuf] tests: Add missing pixbuf-read test program



commit 05f4e6873f1da26b89d6c9548561807294d15b07
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Aug 10 16:35:45 2017 +0200

    tests: Add missing pixbuf-read test program
    
    This is an interactive test program, not an automated one.

 tests/meson.build |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/meson.build b/tests/meson.build
index 33694e5..0b40c59 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]