From b6061c19b82ebe92ed6efb6a05530914689b884a Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Tue, 22 Aug 2023 10:51:40 -0700 Subject: [PATCH] build: tweak wording for meson_options.txt --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 6f4bb9c..a1b022c 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -18,5 +18,5 @@ option('tracing', option('tests', type: 'boolean', value: true, - description: 'Enable tests globally.' -) \ No newline at end of file + description: 'Build unit tests' +)