chiark / gitweb /
test: add a few tests and tidy up
[elogind.git] / Makefile.am
index 88662c01442f697aa2225cc9cbb7c9713f8a0d05..93fd3773e6fd61547005dbeb1f23abcb5337a353 100644 (file)
@@ -1231,6 +1231,7 @@ noinst_tests += \
        test-strv \
        test-unit-name \
        test-unit-file \
+       test-util \
        test-date \
        test-sleep \
        test-replace-var \
@@ -1314,6 +1315,15 @@ test_unit_file_CFLAGS = \
 test_unit_file_LDADD = \
        libsystemd-core.la
 
+test_util_SOURCES = \
+       src/test/test-util.c
+
+test_util_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_util_LDADD = \
+       libsystemd-core.la
+
 test_log_SOURCES = \
        src/test/test-log.c