summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-02-12 17:47:57 +0100
committerBastien Nocera <hadess@hadess.net>2021-02-16 16:23:26 +0100
commit77b67c702e0ae27870b3dfdf6a79344d4988d51d (patch)
tree9af3a15f3d29b63c7bf854ea5b9453d4c648a49d /meson.build
parent7bfa1433a746d3f890dad564867a92f3d1af2008 (diff)
downloadgnome-bluetooth-77b67c702e0ae27870b3dfdf6a79344d4988d51d.tar.gz
tests: Add integration tests
Add a simple test using python-dbusmock to test out some of our code.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 4e712ef1..6a64f5f2 100644
--- a/meson.build
+++ b/meson.build
@@ -114,6 +114,7 @@ if enable_gtk_doc
endif
subdir('po')
+subdir('tests')
configure_file(
output: 'config.h',