Sign in
qemu
/
meson
/
9e3b3db7054c7dedecd14db3e6061ff7e2227faf
/
.
/
test cases
/
failing
/
107 compiler argument checking
/
meson.build
blob: bb1f447682b67efee14cd16298411d812e00cfe9 [
file
] [
log
] [
blame
]
project
(
'compiler argument checking test'
,
'c'
)
cc
=
meson
.
get_compiler
(
'c'
)
add_project_arguments
(
cc
.
get_supported_arguments
(
'-meson-goober-arg-for-testing'
,
checked
:
'require'
),
language
:
'c'
)