forked from AuroraMiddleware/gtk
testsuite/gdk: Add common_cflags to build
This commit is contained in:
parent
b3c332ad9c
commit
79c60bb7fd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user