diff options
Diffstat (limited to 'test cases/common/166 yield/meson_options.txt')
-rw-r--r-- | test cases/common/166 yield/meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/166 yield/meson_options.txt b/test cases/common/166 yield/meson_options.txt new file mode 100644 index 0000000..9f58fbb --- /dev/null +++ b/test cases/common/166 yield/meson_options.txt @@ -0,0 +1,3 @@ +option('unshared_option', type : 'string', value : 'one') +option('shared_option', type : 'string', value : 'two') +option('wrongtype_option', type : 'string', value : 'three') |