summaryrefslogtreecommitdiffstats
path: root/test cases/common/101 testframework options/meson_options.txt
blob: 653dd75f91889ebc9244b2e8c6dd508077e14090 (plain)
1
2
3
option('testoption', type : 'string', value : 'optval', description : 'An option to do something')
option('other_one', type : 'boolean', value : false)
option('combo_opt', type : 'combo', choices : ['one', 'two', 'combo'], value : 'combo')