summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2022-01-20 00:36:28 -0300
committerBenjamin Berg <benjamin@sipsolutions.net>2022-03-07 19:51:26 +0000
commit90b1f3657f22eb8dac5f44d022ad85714e88ca52 (patch)
tree9e7b90e797e5c57f63066cfd23dcf92745509461 /meson.build
parent8d75b24ccc5faad76cc3f8ca4eb750ea63f04c73 (diff)
downloadgnome-control-center-90b1f3657f22eb8dac5f44d022ad85714e88ca52.tar.gz
tests: Port tests to GTK4
Port the tests, especially the interactive ones, to GTK4, and libadwaita.
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 4770dc1f4..09aa30f84 100644
--- a/meson.build
+++ b/meson.build
@@ -278,7 +278,7 @@ subdir('shell')
subdir('search-provider')
if get_option('tests')
-# subdir('tests')
+ subdir('tests')
endif
if get_option('documentation')