summaryrefslogtreecommitdiffstats
path: root/test cases/failing/110 compiler argument checking/meson.build
blob: bb1f447682b67efee14cd16298411d812e00cfe9 (plain)
1
2
3
4
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')