diff options
author | Timm Bäder <mail@baedert.org> | 2020-05-18 12:34:51 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2020-05-19 08:32:33 +0200 |
commit | 14c3bc542d01b0ef2432dea7b708a9497e19b375 (patch) | |
tree | a04da3c1acd8755138aba0418df67b0befd12a9b /testsuite/a11y/meson.build | |
parent | dd370db62a3ca9aea07f1994e4635b18b8b89d82 (diff) | |
download | gtk+-14c3bc542d01b0ef2432dea7b708a9497e19b375.tar.gz |
tetsuite/a11y: Pass common_cflags to build
Diffstat (limited to 'testsuite/a11y/meson.build')
-rw-r--r-- | testsuite/a11y/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/a11y/meson.build b/testsuite/a11y/meson.build index ec3a8a3a2a..4bc3c339a0 100644 --- a/testsuite/a11y/meson.build +++ b/testsuite/a11y/meson.build @@ -78,6 +78,7 @@ foreach t: a11y_tests test (t, executable (t, '@0@.c'.format(t), install: get_option('install-tests'), + c_args: common_cflags, install_dir: testexecdir, dependencies: libgtk_dep), args: [ '--tap', '-k', ], |