diff options
author | David Goulet <dgoulet@torproject.org> | 2019-05-29 11:34:07 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-06-11 14:02:22 +0300 |
commit | 7cf9d54e6d7a08f169a27f7d76731e61ebe63fb0 (patch) | |
tree | 8869dabe1bec60425726b8366774b654e58ced94 /src/test/test.c | |
parent | 24a2352d56d807320c45fcdd8c74435bda4302c2 (diff) | |
download | tor-7cf9d54e6d7a08f169a27f7d76731e61ebe63fb0.tar.gz tor-7cf9d54e6d7a08f169a27f7d76731e61ebe63fb0.zip |
token-bucket: Implement a single counter object
Closes #30687.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index cac98dd839..cc08531702 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -916,6 +916,7 @@ struct testgroup_t testgroups[] = { { "socks/", socks_tests }, { "status/" , status_tests }, { "storagedir/", storagedir_tests }, + { "token_bucket/", token_bucket_tests }, { "tortls/", tortls_tests }, #ifndef ENABLE_NSS { "tortls/openssl/", tortls_openssl_tests }, |