aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/unit/71 cross test passed/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson/test cases/unit/71 cross test passed/meson_options.txt')
-rw-r--r--meson/test cases/unit/71 cross test passed/meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson/test cases/unit/71 cross test passed/meson_options.txt b/meson/test cases/unit/71 cross test passed/meson_options.txt
new file mode 100644
index 000000000..084c77625
--- /dev/null
+++ b/meson/test cases/unit/71 cross test passed/meson_options.txt
@@ -0,0 +1,5 @@
+option(
+ 'expect',
+ type : 'boolean',
+ value : false,
+)