diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-11-14 12:32:15 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2019-11-14 13:23:19 +0100 |
commit | 9c7a7891b024e66df377fc2b5d60abfbfbdd9edd (patch) | |
tree | 0e3d4e2afe05c49e8ffc482c14f537663884366a /tests/Makefile.am | |
parent | 07ff8734d0712921787681d20e59cc1531cdf7af (diff) | |
download | vala-9c7a7891b024e66df377fc2b5d60abfbfbdd9edd.tar.gz |
codegen: Fix support of dynamic DBus methods
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 3d0cef528..2bbd134b9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -521,6 +521,7 @@ TESTS = \ dbus/errors.test \ dbus/async.test \ dbus/async-errors.test \ + dbus/dynamic-method.test \ dbus/enum-string-marshalling.vala \ dbus/signals.test \ dbus/filedescriptor.test \ |