summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-04-07 12:39:20 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-04-07 12:39:20 +0200
commit624d8385e4c14afedca8b0d519d9ac16c2b3689c (patch)
tree9ec6da665270840d4dfd405c5dfef4804d23a5c1 /tests/Makefile.am
parentd6e7eba6c4fe8f32d320fa240e66ecee2e8dc15d (diff)
downloadvala-624d8385e4c14afedca8b0d519d9ac16c2b3689c.tar.gz
tests: Add "Bus/DBusConnection.get_proxy*()" tests to increase coverage
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1d9aa496a..083b320fb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -575,7 +575,10 @@ TESTS = \
dbus/structs.test \
dbus/errors.test \
dbus/async.test \
+ dbus/async-bus.test \
+ dbus/async-connection.test \
dbus/async-errors.test \
+ dbus/connection.test \
dbus/dynamic-method.test \
dbus/enum-string-marshalling.vala \
dbus/signals.test \