chiark / gitweb /
tests: add test-async
[elogind.git] / Makefile.am
index 2bd66d528bd169081e11a082780005ea9d3811fc..8fe7cbe86177de3a6b3769c469237aa02b5b8376 100644 (file)
@@ -1246,7 +1246,8 @@ tests += \
        test-socket-util \
        test-fdset \
        test-conf-files \
-       test-capability
+       test-capability \
+       test-async
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1357,6 +1358,12 @@ 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