chiark / gitweb /
systemctl: align cgroups to 'n' in 'name='
[elogind.git] / Makefile.am
index b63f9a053529d73a616fa0097f927e503b9ada1f..59a3886f1ca3dc27ed709dc2d14ec173639a9483 100644 (file)
@@ -1088,7 +1088,8 @@ noinst_tests += \
        test-strip-tab-ansi \
        test-cgroup-util \
        test-prioq \
-       test-fileio
+       test-fileio \
+       test-time
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1197,6 +1198,15 @@ test_fileio_CFLAGS = \
 test_fileio_LDADD = \
        libsystemd-core.la
 
+test_time_SOURCES = \
+       src/test/test-time.c
+
+test_time_CFLAGS = \
+       $(AM_CFLAGS)
+
+test_time_LDADD = \
+       libsystemd-core.la
+
 test_log_SOURCES = \
        src/test/test-log.c