diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4f14e378..12b1aae6 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -64,3 +64,9 @@ option('tests', value: true, description: 'Enable unit tests compilation' ) + +option('installed_tests', + type: 'boolean', + value: false, + description: 'Install tests for as-installed testing' +) |