aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-04-23 12:48:55 -0400
committerDavid Goulet <dgoulet@torproject.org>2021-04-23 12:48:55 -0400
commit3bd7367274576ca1b2229561e34044f86e26d337 (patch)
tree64c3c972eb993bfef79d61fb896e6d39b3e82614 /src/test/test.c
parent973fcf056a21087157e2f07ac94899521b50e1d4 (diff)
parentebb826f4a15c90d480bb5384facc9d05e13505ab (diff)
downloadtor-3bd7367274576ca1b2229561e34044f86e26d337.tar.gz
tor-3bd7367274576ca1b2229561e34044f86e26d337.zip
Merge branch 'tor-gitlab/mr/327'
Conflicts: src/test/test.c Minor comment issue.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test.c b/src/test/test.c
index 40c053a660..9543a24376 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1,5 +1,4 @@
/* Copyright (c) 2001-2004, Roger Dingledine.
-->a * Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */
@@ -673,6 +672,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},