diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-12 00:26:12 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-12 00:26:12 +0200 |
commit | dd418b9a69cdfc7c186d86d03b34d83577b0c319 (patch) | |
tree | 7e817b4e3a6d110d7982eefbaa993a22939387b5 /Makefile.am | |
parent | 6629161f827c82889cf45cfcdce62dcb543eda23 (diff) |
bus: add kdbus test case
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ae58c16969..117bbf3676 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1724,7 +1724,8 @@ noinst_tests += \ test-bus-signature \ test-bus-chat \ test-bus-server \ - test-bus-match + test-bus-match \ + test-bus-kernel noinst_PROGRAMS += \ busctl @@ -1785,6 +1786,17 @@ test_bus_match_LDADD = \ libsystemd-bus.la \ libsystemd-id128-internal.la +test_bus_kernel_SOURCES = \ + src/libsystemd-bus/test-bus-kernel.c + +test_bus_kernel_CFLAGS = \ + $(AM_CFLAGS) + +test_bus_kernel_LDADD = \ + libsystemd-shared.la \ + libsystemd-bus.la \ + libsystemd-id128-internal.la + busctl_SOURCES = \ src/libsystemd-bus/busctl.c |