aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/57 introspection/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/57 introspection/meson_options.txt')
-rw-r--r--meson/test cases/unit/57 introspection/meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson/test cases/unit/57 introspection/meson_options.txt b/meson/test cases/unit/57 introspection/meson_options.txt
new file mode 100644
index 000000000..fc5cb4d2d
--- /dev/null
+++ b/meson/test cases/unit/57 introspection/meson_options.txt
@@ -0,0 +1,2 @@
+option('test_opt1', type: 'boolean', value: false, description: 'simple boolean flag')
+option('test_opt2', type: 'boolean', value: true, description: 'simple boolean flag')