diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2bd66d528b..8fe7cbe861 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |