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 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 |