build: tweak wording for meson_options.txt

This commit is contained in:
Christian Hergert 2023-08-22 10:51:40 -07:00
parent 6ce2e2addb
commit b6061c19b8
1 changed files with 2 additions and 2 deletions

View File

@ -18,5 +18,5 @@ option('tracing',
option('tests',
type: 'boolean',
value: true,
description: 'Enable tests globally.'
)
description: 'Build unit tests'
)