summaryrefslogtreecommitdiff
path: root/testsuite/gtk/meson.build
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-05-18 13:41:04 +0200
committerTimm Bäder <mail@baedert.org>2020-05-19 08:32:33 +0200
commit7a768a25814bc7e521a16f81c6442f33562673c7 (patch)
tree01ac2faf50164328f17f700afe51236f1bbe5b03 /testsuite/gtk/meson.build
parent17c7662a6c2f50b8f3b1f0813833c40f400044bf (diff)
downloadgtk+-7a768a25814bc7e521a16f81c6442f33562673c7.tar.gz
build: Pass common_cflags to focus-chain test
Diffstat (limited to 'testsuite/gtk/meson.build')
-rw-r--r--testsuite/gtk/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build
index faf853a380..dbdf2fc483 100644
--- a/testsuite/gtk/meson.build
+++ b/testsuite/gtk/meson.build
@@ -174,6 +174,7 @@ focus_chain = executable(
'test-focus-chain',
['test-focus-chain.c'],
dependencies: libgtk_dep,
+ c_args: common_cflags,
install: get_option('install-tests'),
install_dir: testexecdir
)