build: Pass common_cflags to focus-chain test
authorTimm Bäder <mail@baedert.org>
Mon, 18 May 2020 11:41:04 +0000 (13:41 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 19 May 2020 06:32:33 +0000 (08:32 +0200)
testsuite/gtk/meson.build

index faf853a380549f1d8243846e04f3d79ae4d3c509..dbdf2fc4832e48deec25fa8f9733314676f01c2e 100644 (file)
@@ -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
 )