chiark / gitweb /
fix systemd-resolved reference in man page
[elogind.git] / Makefile.am
index 00db82dbb75119af6bd127004c3ff5406d52b092..8fe7cbe86177de3a6b3769c469237aa02b5b8376 100644 (file)
@@ -1245,7 +1245,9 @@ tests += \
        test-architecture \
        test-socket-util \
        test-fdset \
-       test-conf-files
+       test-conf-files \
+       test-capability \
+       test-async
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1349,6 +1351,19 @@ test_utf8_SOURCES = \
 test_utf8_LDADD = \
        libsystemd-shared.la
 
+test_capability_SOURCES = \
+       src/test/test-capability.c
+
+test_capability_LDADD = \
+       libsystemd-shared.la \
+       libsystemd-capability.la
+
+test_async_SOURCES = \
+       src/test/test-async.c
+
+test_async_LDADD = \
+       libsystemd-shared.la
+
 test_fdset_SOURCES = \
        src/test/test-fdset.c