diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-01 13:45:50 +0100 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-03-12 10:44:47 +0100 |
commit | dd4286ef495f8db8722198ab1355853780f83b7c (patch) | |
tree | 00e4b0386c7ba19dca7f03d0bb0c55b1c3e7f5fb /meson_options.txt | |
parent | meson: doc/migration - document significant changes (diff) | |
download | knot-resolver-dd4286ef495f8db8722198ab1355853780f83b7c.tar.xz knot-resolver-dd4286ef495f8db8722198ab1355853780f83b7c.zip |
meson: split postinstall_tests into extra_tests and config_tests
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', |