summaryrefslogtreecommitdiffstats
path: root/test cases/unit/46 native file binary/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/46 native file binary/meson_options.txt')
-rw-r--r--test cases/unit/46 native file binary/meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/unit/46 native file binary/meson_options.txt b/test cases/unit/46 native file binary/meson_options.txt
new file mode 100644
index 0000000..651da0e
--- /dev/null
+++ b/test cases/unit/46 native file binary/meson_options.txt
@@ -0,0 +1,5 @@
+option(
+ 'case',
+ type : 'combo',
+ choices : ['find_program', 'config_dep', 'python3', 'python']
+)