chiark / gitweb /
journal: generate structured journal messages for a number of events
[elogind.git] / Makefile.am
index e5ace9b97177da565f9f94b5212d22af086111c9..927d25f0856b45ca715e392d2f55388154930bec 100644 (file)
@@ -1117,7 +1117,8 @@ noinst_PROGRAMS += \
        test-strv \
        test-install \
        test-watchdog \
-       test-unit-name
+       test-unit-name \
+       test-log
 
 TESTS += \
        test-job-type \
@@ -1173,6 +1174,12 @@ test_unit_name_SOURCES = \
 test_unit_name_LDADD = \
        libsystemd-core.la
 
+test_log_SOURCES = \
+       src/test/test-log.c
+
+test_log_LDADD = \
+       libsystemd-core.la
+
 test_daemon_SOURCES = \
        src/test/test-daemon.c