diff options
author | Timm Bäder <mail@baedert.org> | 2020-03-06 18:13:59 +0100 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-03-06 18:22:01 +0100 |
commit | 79c60bb7fd63face39461f5428f0dc09d4e8097c (patch) | |
tree | 6142da0084d7b3b1f718cfcebcf524ef5af4559a /testsuite/gdk | |
parent | b3c332ad9c1c5dd2586617744eafabc4277a4117 (diff) | |
download | gtk+-79c60bb7fd63face39461f5428f0dc09d4e8097c.tar.gz |
testsuite/gdk: Add common_cflags to build
Diffstat (limited to 'testsuite/gdk')
-rw-r--r-- | testsuite/gdk/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build index 36d424ebe1..9afd0ca009 100644 --- a/testsuite/gdk/meson.build +++ b/testsuite/gdk/meson.build @@ -14,6 +14,7 @@ tests = [ foreach t : tests test_exe = executable(t, '@0@.c'.format(t), + c_args: common_cflags, dependencies: libgtk_dep, install: get_option('install-tests'), install_dir: testexecdir) |