meson: Enable (almost) all tests

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-31 12:45:11 +07:00 committed by Arun Raghavan
parent 35ed95df0d
commit 6dbb0774b2
5 changed files with 239 additions and 1 deletions

View file

@ -192,4 +192,7 @@ subdir('pulse')
subdir('pulsecore')
subdir('daemon')
subdir('modules')
if get_option('tests')
subdir('tests')
endif
subdir('utils')