summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-08-22 12:07:28 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-08-22 19:35:54 +0300
commit8a92e6fc72a0d226bbf9ae6932386b08926b471e (patch)
treef4a45e87d40d5a20d03e41a24a7c3986305b012c /meson_options.txt
parent965c5bf7fbf5b5140fdfa3b39efb8e484d72fddb (diff)
meson: Rename 'tests' option to 'test'
The 'tests' option enables compilation of tests. On Gentoo and Chrome OS, the corresponding package USE flag is named 'test'. Rename the option to 'test' to bring it in line. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2d78b8d9..1a328045 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,6 +7,6 @@ option('documentation',
type : 'boolean',
description : 'Generate the project documentation')
-option('tests',
+option('test',
type : 'boolean',
description: 'Compile and include the tests')