projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c7662
)
build: Pass common_cflags to focus-chain test
author
Timm Bäder
<mail@baedert.org>
Mon, 18 May 2020 11:41:04 +0000
(13:41 +0200)
committer
Timm Bäder
<mail@baedert.org>
Tue, 19 May 2020 06:32:33 +0000
(08:32 +0200)
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index faf853a380549f1d8243846e04f3d79ae4d3c509..dbdf2fc4832e48deec25fa8f9733314676f01c2e 100644
(file)
--- 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
)