chiark / gitweb /
man: add reference to bootparam(7) even though it is terribly out of date
[elogind.git] / Makefile.am
index e1e02b7286c444c3979b019243f2ad35ed8f9df1..276c2265d6b0b747a0b558e89aa53c035d565a69 100644 (file)
@@ -906,7 +906,8 @@ noinst_PROGRAMS += \
        test-env-replace \
        test-strv \
        test-install \
-       test-watchdog
+       test-watchdog \
+       test-unit-name
 
 TESTS += \
        test-job-type \
@@ -955,6 +956,12 @@ test_hostname_SOURCES = \
 test_hostname_LDADD = \
        libsystemd-core.la
 
+test_unit_name_SOURCES = \
+       src/test/test-unit-name.c
+
+test_unit_name_LDADD = \
+       libsystemd-core.la
+
 test_daemon_SOURCES = \
        src/test/test-daemon.c