chiark / gitweb /
tests: add missing entry to test-tables
[elogind.git] / Makefile.am
index b9deaa653b4b9905d50a3cf1a5e9ee575cf402f8..3ef9c243130b1a04398af6dfd5ca6e91dd0169ef 100644 (file)
@@ -1321,7 +1321,8 @@ tests += \
        test-conf-files \
        test-capability \
        test-async \
-       test-ratelimit
+       test-ratelimit \
+       test-condition-util
 
 EXTRA_DIST += \
        test/a.service \
@@ -1460,6 +1461,14 @@ test_async_SOURCES = \
 test_async_LDADD = \
        libsystemd-shared.la
 
+test_condition_util_SOURCES = \
+       src/test/test-condition-util.c
+
+test_condition_util_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-internal.la
+
+
 test_fdset_SOURCES = \
        src/test/test-fdset.c