From 9100d9bb0fc30df1046e58064e0293b13dbeda89 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 19 Dec 2018 16:27:41 +0100 Subject: Add ContentsMatcher class --- meson.build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 9c2f0d3..5452574 100644 --- a/meson.build +++ b/meson.build @@ -76,5 +76,7 @@ subdir('doc') subdir('plugins/ConfigurationEditor') subdir('plugins/ProfileEditor') -subdir('test') +if get_option('testing').enabled() + subdir('test') +endif -- cgit v1.2.1