summaryrefslogtreecommitdiff
path: root/meson.build
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.build
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.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5201a2f5..72ad7c8b 100644
--- a/meson.build
+++ b/meson.build
@@ -73,7 +73,7 @@ if get_option('documentation')
subdir('Documentation')
endif
-if get_option('tests')
+if get_option('test')
subdir('test')
endif