]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add isc_ratelimiter API unit tests
authorOndřej Surý <ondrej@isc.org>
Thu, 29 Sep 2022 08:45:15 +0000 (10:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Fri, 30 Sep 2022 08:36:30 +0000 (10:36 +0200)
commitf7fc48a2bab0c4cae8fe9f9d9a26ff5dd3b63bc2
tree0a03241aa59f5c519e3d48978469ca6ef87205df
parent09b50d2237192666d0fc72de3a29113f804924c9
Add isc_ratelimiter API unit tests

The isc_ratelimiter API was missing unit tests.

Add a new set of unit tests for the isc_ratelimiter API.
tests/isc/Makefile.am
tests/isc/ratelimiter_test.c [new file with mode: 0644]