diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index f7ca06aa..572cd643 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -176,6 +176,13 @@ option( ) option( + 'kres_gen_test', + type: 'boolean', + value: true, + description: 'run kres_gen_test: a simple sanity check for our lua bindings', +) + +option( 'config_tests', type: 'combo', choices: [ |