From 8a92e6fc72a0d226bbf9ae6932386b08926b471e Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 22 Aug 2019 12:07:28 +0300 Subject: 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 Reviewed-by: Jacopo Mondi --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.1