chiark / gitweb /
tests: add test-ratelimit
[elogind.git] / Makefile.am
index 20b60825316d1d4a49eeb0081e7157068c666d2a..0e4edf771bac3132f1e62a2aa58d8e86ed6ee5f2 100644 (file)
@@ -1247,7 +1247,8 @@ tests += \
        test-fdset \
        test-conf-files \
        test-capability \
-       test-async
+       test-async \
+       test-ratelimit
 
 EXTRA_DIST += \
        test/sched_idle_bad.service \
@@ -1370,6 +1371,12 @@ test_fdset_SOURCES = \
 test_fdset_LDADD = \
        libsystemd-core.la
 
+test_ratelimit_SOURCES = \
+       src/test/test-ratelimit.c
+
+test_ratelimit_LDADD = \
+       libsystemd-shared.la
+
 test_util_SOURCES = \
        src/test/test-util.c