summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-11-19 13:19:26 +0100
committerBastien Nocera <hadess@hadess.net>2021-11-19 13:19:26 +0100
commitfba8735386dee2fac0f871cc6406d31f7198a4f3 (patch)
tree060ae1fdc1ac1f2e3de9d14cd8538afeb462f980 /meson.build
parentceb9836d73bb7703cc6cda141fd2ee2615f93740 (diff)
downloadgnome-bluetooth-fba8735386dee2fac0f871cc6406d31f7198a4f3.tar.gz
build: Move tests condition into directory's meson.build
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 99e657a6..b7fd1e04 100644
--- a/meson.build
+++ b/meson.build
@@ -115,10 +115,7 @@ if enable_gtk_doc
endif
subdir('po')
-
-if enable_gir
- subdir('tests')
-endif
+subdir('tests')
configure_file(
output: 'config.h',