aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/197 function attributes/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/common/197 function attributes/meson_options.txt')
-rw-r--r--meson/test cases/common/197 function attributes/meson_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/meson/test cases/common/197 function attributes/meson_options.txt b/meson/test cases/common/197 function attributes/meson_options.txt
new file mode 100644
index 000000000..4a1d87ce7
--- /dev/null
+++ b/meson/test cases/common/197 function attributes/meson_options.txt
@@ -0,0 +1,7 @@
+option(
+ 'mode',
+ type : 'combo',
+ choices : ['single', 'parallel'],
+ value : 'single',
+ description : 'Test the one at a time function or many at a time function.'
+)