aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2021-02-24 13:16:07 -0500
committerNick Mathewson <nickm@torproject.org>2021-02-24 13:16:07 -0500
commitdb14801b04dc27760c71ff6567c59c222459bfe6 (patch)
treefe685ceba6aebbfb92df315ed22b1b5d847c6c0d /src/test/test.c
parent6e4b10cf67d1ef39f8401b0bef3bc009584427c6 (diff)
downloadtor-db14801b04dc27760c71ff6567c59c222459bfe6.tar.gz
tor-db14801b04dc27760c71ff6567c59c222459bfe6.zip
Add tests for parsing and selecting directory ports.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c
index ffea158141..69086d0d46 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1,5 +1,5 @@
/* Copyright (c) 2001-2004, Roger Dingledine.
-->a * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
+ * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */
@@ -707,6 +707,7 @@ struct testgroup_t testgroups[] = {
{ "crypto/pem/", pem_tests },
{ "crypto/rng/", crypto_rng_tests },
{ "dir/", dir_tests },
+ { "dir/auth/ports/", dirauth_port_tests },
{ "dir/auth/process_descs/", process_descs_tests },
{ "dir/md/", microdesc_tests },
{ "dirauth/dirvote/", dirvote_tests},