summaryrefslogtreecommitdiffstats
path: root/test cases/common/197 function attributes/meson_options.txt
blob: 4a1d87ce705d50fd5dbe813d00286b54203c9a7c (plain)
1
2
3
4
5
6
7
option(
    'mode',
    type : 'combo',
    choices : ['single', 'parallel'],
    value : 'single',
    description : 'Test the one at a time function or many at a time function.'
)