summaryrefslogtreecommitdiff
path: root/test cases/unit/46 native file binary
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-09-20 09:13:25 -0700
committerDylan Baker <dylan@pnwbakers.com>2018-11-14 15:57:37 -0800
commitcb2a66cdef3776d917031ccecb7f96340eb3a42b (patch)
treec3efcf27c3a9fd74c3b62f2b37d8f05a2894bb14 /test cases/unit/46 native file binary
parent3af4407a16e188bfee0dc91b171decee1b8966eb (diff)
downloadmeson-cb2a66cdef3776d917031ccecb7f96340eb3a42b.tar.gz
unittests: Add framework for testing native config files
Diffstat (limited to 'test cases/unit/46 native file binary')
-rw-r--r--test cases/unit/46 native file binary/meson.build3
-rw-r--r--test cases/unit/46 native file binary/meson_options.txt5
2 files changed, 8 insertions, 0 deletions
diff --git a/test cases/unit/46 native file binary/meson.build b/test cases/unit/46 native file binary/meson.build
new file mode 100644
index 000000000..2e458b0bb
--- /dev/null
+++ b/test cases/unit/46 native file binary/meson.build
@@ -0,0 +1,3 @@
+project('test project')
+
+case = get_option('case')
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 000000000..df535db86
--- /dev/null
+++ b/test cases/unit/46 native file binary/meson_options.txt
@@ -0,0 +1,5 @@
+option(
+ 'case',
+ type : 'combo',
+ choices : []
+)