From f41ab920b3411205984f046365ac52d97eb086e7 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Mon, 18 Oct 2021 11:25:46 -0300 Subject: Disable all panels and tests We'll start the transition by disabling all panels and tests, so that we can go through them one by one, which should make the review process significantly less painful. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6e662e216..e9b2d7345 100644 --- a/meson.build +++ b/meson.build @@ -293,7 +293,7 @@ subdir('shell') subdir('search-provider') if get_option('tests') - subdir('tests') +# subdir('tests') endif if get_option('documentation') -- cgit v1.2.1