chiark / gitweb /
when determining unit file list, include invalid unit names in an "invalid" state
[elogind.git] / Makefile.am
index 7ccec6713379b005cf4403d14bfea42d0a76dd62..135d9f8ab19b8ca9f7740f221255f0250fa3b6f0 100644 (file)
@@ -1004,6 +1004,7 @@ libsystemd_core_la_LIBADD = \
        libsystemd-label.la \
        libsystemd-shared.la \
        libsystemd-dbus.la \
+       libsystemd-id128-internal.la \
        libudev.la \
        $(LIBWRAP_LIBS) \
        $(PAM_LIBS) \
@@ -1119,13 +1120,15 @@ noinst_PROGRAMS += \
        test-install \
        test-watchdog \
        test-unit-name \
-       test-log
+       test-log \
+       test-unit-file
 
 TESTS += \
        test-job-type \
        test-env-replace \
        test-strv \
-       test-unit-name
+       test-unit-name \
+       test-unit-file
 
 test_engine_SOURCES = \
        src/test/test-engine.c
@@ -1175,6 +1178,12 @@ test_unit_name_SOURCES = \
 test_unit_name_LDADD = \
        libsystemd-core.la
 
+test_unit_file_SOURCES = \
+       src/test/test-unit-file.c
+
+test_unit_file_LDADD = \
+       libsystemd-core.la
+
 test_log_SOURCES = \
        src/test/test-log.c