chiark / gitweb /
cryptsetup: don't add unit dependency on /dev/null devices when it is listed as passw...
[elogind.git] / Makefile.am
index 00db82dbb75119af6bd127004c3ff5406d52b092..20b60825316d1d4a49eeb0081e7157068c666d2a 100644 (file)
@@ -1245,7 +1245,9 @@ tests += \
        test-architecture \
        test-socket-util \
        test-fdset \
-       test-conf-files
+       test-conf-files \
+       test-capability \
+       test-async
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1349,6 +1351,19 @@ test_utf8_SOURCES = \
 test_utf8_LDADD = \
        libsystemd-shared.la
 
+test_capability_SOURCES = \
+       src/test/test-capability.c
+
+test_capability_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-capability.la
+
+test_async_SOURCES = \
+       src/test/test-async.c
+
+test_async_LDADD = \
+       libsystemd-shared.la
+
 test_fdset_SOURCES = \
        src/test/test-fdset.c
 
@@ -3779,6 +3794,9 @@ dist_bashcompletion_DATA += \
 dist_zshcompletion_DATA += \
        shell-completion/zsh/_coredumpctl
 
+GENERAL_ALIASES += \
+       $(bindir)/coredumpctl $(bindir)/systemd-coredumpctl
+
 sysctl_DATA = \
        sysctl.d/50-coredump.conf