diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2018-09-20 09:13:25 -0700 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2018-11-14 15:57:37 -0800 |
| commit | cb2a66cdef3776d917031ccecb7f96340eb3a42b (patch) | |
| tree | c3efcf27c3a9fd74c3b62f2b37d8f05a2894bb14 /test cases/unit/46 native file binary | |
| parent | 3af4407a16e188bfee0dc91b171decee1b8966eb (diff) | |
| download | meson-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.build | 3 | ||||
| -rw-r--r-- | test cases/unit/46 native file binary/meson_options.txt | 5 |
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 : [] +) |
