chiark / gitweb /
core/cgroup-util: simplify functions and add tests
[elogind.git] / Makefile.am
index ab9fb99f96ee586cf6d458cca52226259b86c18d..25d99950ff72e6045fa57960a69828a747795a8b 100644 (file)
@@ -1194,7 +1194,8 @@ noinst_tests += \
        test-replace-var \
        test-sched-prio \
        test-calendarspec \
-       test-strip-tab-ansi
+       test-strip-tab-ansi \
+       test-cgroup-util
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1311,6 +1312,13 @@ test_cgroup_LDADD = \
        libsystemd-label.la \
        libsystemd-shared.la
 
+test_cgroup_util_SOURCES = \
+       src/test/test-cgroup-util.c
+
+test_cgroup_util_LDADD = \
+       libsystemd-label.la \
+       libsystemd-shared.la
+
 test_env_replace_SOURCES = \
        src/test/test-env-replace.c