diff options
author | George Kadianakis <desnacked@riseup.net> | 2018-01-25 16:38:59 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2018-01-30 09:18:16 -0500 |
commit | c3c2b55decc80028728780422fe2766ec6517246 (patch) | |
tree | cc6f71e2e52d5f06395a2ac9ad8274b431558e78 /src/test/test.c | |
parent | 82de4ea900c5d3513214b127421890595343bfaa (diff) | |
download | tor-c3c2b55decc80028728780422fe2766ec6517246.tar.gz tor-c3c2b55decc80028728780422fe2766ec6517246.zip |
test: Add unit tests for the DoS subsystem
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 9a41b976b8..f66dee2d0a 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1197,6 +1197,7 @@ struct testgroup_t testgroups[] = { { "control/", controller_tests }, { "control/event/", controller_event_tests }, { "crypto/", crypto_tests }, + { "dos/", dos_tests }, { "dir/", dir_tests }, { "dir_handle_get/", dir_handle_get_tests }, { "dir/md/", microdesc_tests }, |