diff options
Diffstat (limited to 'test cases/unit/56 introspection/meson_options.txt')
-rw-r--r-- | test cases/unit/56 introspection/meson_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test cases/unit/56 introspection/meson_options.txt b/test cases/unit/56 introspection/meson_options.txt new file mode 100644 index 0000000..fc5cb4d --- /dev/null +++ b/test cases/unit/56 introspection/meson_options.txt @@ -0,0 +1,2 @@ +option('test_opt1', type: 'boolean', value: false, description: 'simple boolean flag') +option('test_opt2', type: 'boolean', value: true, description: 'simple boolean flag') |