diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-13 18:40:46 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-13 18:40:46 +0000 |
commit | 66a0a8d53e5970f404f234f367aed1838784f1d7 (patch) | |
tree | 6178df7b72f7cdc9170d33d665fb0788922a615f /testsuite/reftests | |
parent | 265d9c87039e9c9b25605b853bb68483075462a6 (diff) | |
parent | 73d8f6a090afd8a9ea4ebffd5e1376a71f16e503 (diff) | |
download | gtk+-66a0a8d53e5970f404f234f367aed1838784f1d7.tar.gz |
Merge branch 'wip/baedert/test-cflags' into 'master'
Pass (almost) all our cflags to tests, testsuite, examples, demos, ...
See merge request GNOME/gtk!1516
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index c519c6137c..1eddcf8b29 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -27,10 +27,12 @@ tcdata.set('libexecdir', join_paths(get_option('prefix'), get_option('libexecdir #endforeach gtk_reftest = executable('gtk-reftest', 'gtk-reftest.c', + c_args: common_cflags, link_with : [libgtkreftestprivate, libreftest], dependencies : libgtk_dep) image_compare = executable('image-compare', 'image-compare.c', + c_args: common_cflags, link_with : [libgtkreftestprivate, libreftest], dependencies : libgtk_dep) # Installed data (TODO) |