summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-10-18 11:25:46 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2021-12-14 22:34:21 -0300
commitf41ab920b3411205984f046365ac52d97eb086e7 (patch)
tree7f5e2bdece2d2173e01b504b4338e4750d858e54 /meson.build
parent15e351a31405409f806cbb5d95b25eb4a877de04 (diff)
downloadgnome-control-center-f41ab920b3411205984f046365ac52d97eb086e7.tar.gz
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.
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 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')