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 479f7e2c0e..cb43ddb081 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1233,7 +1233,8 @@ tests += \ test-tables \ test-device-nodes \ test-xml \ - test-architecture + test-architecture \ + test-socket-util EXTRA_DIST += \ test/sched_idle_bad.service \ @@ -1343,6 +1344,12 @@ test_util_SOURCES = \ test_util_LDADD = \ libsystemd-core.la +test_socket_util_SOURCES = \ + src/test/test-socket-util.c + +test_socket_util_LDADD = \ + libsystemd-core.la + test_ring_SOURCES = \ src/test/test-ring.c |