chiark / gitweb /
nspawn: create essential base directories at system bootup
[elogind.git] / Makefile.am
index 20b60825316d1d4a49eeb0081e7157068c666d2a..bc56d7500d00b07e292aaa1ef8f83d525032aabb 100644 (file)
@@ -827,7 +827,9 @@ libsystemd_shared_la_SOURCES = \
        src/shared/eventfd-util.c \
        src/shared/eventfd-util.h \
        src/shared/copy.c \
-       src/shared/copy.h
+       src/shared/copy.h \
+       src/shared/base-filesystem.c \
+       src/shared/base-filesystem.h
 
 nodist_libsystemd_shared_la_SOURCES = \
        src/shared/errno-from-name.h \
@@ -1247,7 +1249,8 @@ tests += \
        test-fdset \
        test-conf-files \
        test-capability \
-       test-async
+       test-async \
+       test-ratelimit
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1370,6 +1373,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 +1637,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