chiark / gitweb /
main: only reopen /dev/console if we switch-root to a custom init
[elogind.git] / Makefile.am
index e688aae3b6ab0da1c74fb1d45555cd52646c69bb..dafd65d08132172c8cd5fd23fbf4184fa303ebcd 100644 (file)
@@ -877,7 +877,9 @@ libsystemd_core_la_SOURCES = \
        src/core/build.h \
        src/core/sysfs-show.h \
        src/core/switch-root.h \
-       src/core/switch-root.c
+       src/core/switch-root.c \
+       src/core/killall.h \
+       src/core/killall.c
 
 nodist_libsystemd_core_la_SOURCES = \
        src/core/load-fragment-gperf.c \
@@ -994,7 +996,8 @@ noinst_PROGRAMS += \
 TESTS += \
        test-job-type \
        test-env-replace \
-       test-strv
+       test-strv \
+       test-unit-name
 
 test_engine_SOURCES = \
        src/test/test-engine.c
@@ -1133,7 +1136,9 @@ systemd_shutdown_SOURCES = \
        src/core/umount.h \
        src/core/shutdown.c \
        src/core/mount-setup.c \
-       src/core/mount-setup.h
+       src/core/mount-setup.h \
+       src/core/killall.h \
+       src/core/killall.c
 
 systemd_shutdown_LDADD = \
        libsystemd-label.la \
@@ -2333,6 +2338,11 @@ noinst_PROGRAMS += \
        test-journal-match \
        test-journal-stream
 
+TESTS += \
+       test-journal
+       test-journal-match \
+       test-journal-stream
+
 pkginclude_HEADERS += \
        src/systemd/sd-journal.h \
        src/systemd/sd-messages.h