summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2014-06-14 22:10:44 +0200
committerTom Gundersen <teg@jklm.no>2014-06-16 20:38:22 +0200
commitc182135d3af7a662739d16353e3cc630199aac24 (patch)
tree7999155cc68c457649c5105e1bdf184e955f43e0 /Makefile.am
parent889a044ddc554882923a3c05870c050e010b50dc (diff)
tests: add test-socket-util
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
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