diff options
| author | John Turner <jturner.usa@gmail.com> | 2025-11-21 23:21:15 +0000 |
|---|---|---|
| committer | John Turner <jturner.usa@gmail.com> | 2025-11-21 23:21:15 +0000 |
| commit | 9eaf25f8c891663a09a6ad96fa1c9c7b25c57919 (patch) | |
| tree | 29b2af60d7519d667ad4a9dd83c2d60c30db1e2b /meson.options | |
| parent | fb69d82e6f1dce4677114e717a5954bb9ab5c0e4 (diff) | |
| download | gentoo-utils-9eaf25f8c891663a09a6ad96fa1c9c7b25c57919.tar.gz | |
change "test" meson option to "tests"
Diffstat (limited to 'meson.options')
| -rw-r--r-- | meson.options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.options b/meson.options index 02fa153..cf0463a 100644 --- a/meson.options +++ b/meson.options @@ -1,2 +1,2 @@ option('fuzz', type: 'feature', value: 'disabled') -option('test', type: 'feature', value: 'disabled')
\ No newline at end of file +option('tests', type: 'feature', value: 'disabled')
\ No newline at end of file |
