diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 06cc823b..c1308cac 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -115,7 +115,19 @@ option( ) option( - 'postinstall_tests', + 'config_tests', + type: 'combo', + choices: [ + 'auto', + 'enabled', + 'disabled', + ], + value: 'auto', + description: 'postinstall config tests', +) + +option( + 'extra_tests', type: 'combo', choices: [ 'auto', |