aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Martinsons <frederic.martinsons@sigfox.com>2020-11-12 10:48:11 +0100
committerFrédéric Martinsons <frederic.martinsons@sigfox.com>2021-01-15 16:44:19 +0000
commit89cd1696c3a105f314b1a7e275c68377ed6df5e4 (patch)
tree0e9e2f127a117ff24d09d17cccaff6f7fa74729d /configure.ac
parent17ea1dfa130001599b7dff421a1b7d71c25faa34 (diff)
tools: add unit test for test-modemmanager-service.py
The tests spawn the service via GTestDBus framework and make some test API call while checking libmm interface to verify that informations are well propagated. To be able to use the fresh built libmm typelib, I used a wrapper script to set GI_TYPELIB_PATH (because DBus activation process clean the environment so it is not possible to set it directly in the file). This requires also the install of libgirepository-dev and python3-gi in the CI docker. Signed-off-by: Frederic Martinsons <frederic.martinsons@sigfox.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c96e4b76..8c2711f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -542,6 +542,8 @@ src/tests/Makefile
plugins/Makefile
test/Makefile
tools/Makefile
+tools/tests/Makefile
+tools/tests/services/org.freedesktop.ModemManager1.service
introspection/Makefile
introspection/tests/Makefile
po/Makefile.in