diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-06-23 21:28:22 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-06-24 02:40:50 +0200 |
commit | e80cde5e969e050c6eaab425fc46bbe55e857f24 (patch) | |
tree | 49d11801bd297f5458f7f0a12b19baed6ee99f39 /Makefile.am | |
parent | 068ae9fb7c313b2ae080b542e8be85e8555c4709 (diff) |
tests: add test-ratelimit
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 20b6082531..0e4edf771b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |