diff options
author | Timm Bäder <mail@baedert.org> | 2020-05-18 13:41:04 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-05-19 08:32:33 +0200 |
commit | 7a768a25814bc7e521a16f81c6442f33562673c7 (patch) | |
tree | 01ac2faf50164328f17f700afe51236f1bbe5b03 /testsuite/gtk/meson.build | |
parent | 17c7662a6c2f50b8f3b1f0813833c40f400044bf (diff) | |
download | gtk+-7a768a25814bc7e521a16f81c6442f33562673c7.tar.gz |
build: Pass common_cflags to focus-chain test
Diffstat (limited to 'testsuite/gtk/meson.build')
-rw-r--r-- | testsuite/gtk/meson.build | 1 |
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 ) |