summaryrefslogtreecommitdiff
path: root/testsuite/gdk
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gdk')
-rw-r--r--testsuite/gdk/meson.build1
1 files changed, 1 insertions, 0 deletions
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)