[gtk/wip/baedert/test-cflags: 4/6] testsuite/gdk: Add common_cflags to build



commit 79c60bb7fd63face39461f5428f0dc09d4e8097c
Author: Timm Bäder <mail baedert org>
Date:   Fri Mar 6 18:13:59 2020 +0100

    testsuite/gdk: Add common_cflags to build

 testsuite/gdk/meson.build | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build
index 36d424ebe1..9afd0ca009 100644
--- a/testsuite/gdk/meson.build
+++ b/testsuite/gdk/meson.build
@@ -14,6 +14,7 @@ tests = [
 
 foreach t : tests
   test_exe = executable(t, '@0@.c'.format(t),
+                        c_args: common_cflags,
                         dependencies: libgtk_dep,
                         install: get_option('install-tests'),
                         install_dir: testexecdir)


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