chiark / gitweb /
tests: add test-ratelimit
[elogind.git] / Makefile.am
index 2bd66d528bd169081e11a082780005ea9d3811fc..0e4edf771bac3132f1e62a2aa58d8e86ed6ee5f2 100644 (file)
@@ -1246,7 +1246,9 @@ tests += \
        test-socket-util \
        test-fdset \
        test-conf-files \
-       test-capability
+       test-capability \
+       test-async \
+       test-ratelimit
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1357,12 +1359,24 @@ 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
 
 test_fdset_LDADD = \
        libsystemd-core.la
 
+test_ratelimit_SOURCES = \
+       src/test/test-ratelimit.c
+
+test_ratelimit_LDADD = \
+       libsystemd-shared.la
+
 test_util_SOURCES = \
        src/test/test-util.c
 
@@ -3787,6 +3801,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