chiark / gitweb /
coredump: retrieve comm information from /proc
[elogind.git] / Makefile.am
index 20b60825316d1d4a49eeb0081e7157068c666d2a..37a164e562c28be7b388cbca812b401b853fde63 100644 (file)
@@ -1247,7 +1247,8 @@ tests += \
        test-fdset \
        test-conf-files \
        test-capability \
-       test-async
+       test-async \
+       test-ratelimit
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1370,6 +1371,12 @@ test_fdset_SOURCES = \
 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
 
@@ -1628,7 +1635,7 @@ test_conf_files_LDADD = \
 .PHONY: coverage lcov-run lcov-report coverage-sync
 
 # run lcov from scratch, always
-coverage:
+coverage: all
        $(MAKE) lcov-run
        $(MAKE) lcov-report