testsuite/gdk: Add common_cflags to build

This commit is contained in:
Timm Bäder 2020-03-06 18:13:59 +01:00
parent b3c332ad9c
commit 79c60bb7fd

View File

@ -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)