summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorArnaud Rebillout <arnaud.rebillout@collabora.com>2018-10-31 12:45:11 +0700
committerArun Raghavan <arun@arunraghavan.net>2019-06-08 11:56:56 +0200
commit6dbb0774b2a39da4533157dcad69dc2a1d578694 (patch)
tree3df305b9b00c4bd28c63ed809cd2006d22b7c072 /meson_options.txt
parent35ed95df0d3e358a48f296893b1d5c53796dabe1 (diff)
meson: Enable (almost) all tests
Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d4bb036a7..86f973965 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,7 @@
+option('tests',
+ type : 'boolean',
+ description : 'Enable unit tests')
+
option('system_user',
type : 'string', value : 'pulse',
description : 'User for running the PulseAudio daemon as a system-wide instance (pulse)')