diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-10-25 12:04:19 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 16:35:33 -0400 |
commit | dfd7a7f5b63eb968caebf6823395689e6b77b654 (patch) | |
tree | e22bf2ff8738be2f145c6670eb4d9ed387aa5656 /src/test/test.c | |
parent | 9a61d3f5adf1e4e61a0d51fb6f9368339f5330cc (diff) | |
download | tor-dfd7a7f5b63eb968caebf6823395689e6b77b654.tar.gz tor-dfd7a7f5b63eb968caebf6823395689e6b77b654.zip |
Add a type to map names to short identifiers
We'll be using this for four kinds of identifier in dispatch.c
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 902565dfbe..1230b632a5 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -857,6 +857,7 @@ struct testgroup_t testgroups[] = { { "consdiff/", consdiff_tests }, { "consdiffmgr/", consdiffmgr_tests }, { "container/", container_tests }, + { "container/namemap/", namemap_tests }, { "control/", controller_tests }, { "control/btrack/", btrack_tests }, { "control/event/", controller_event_tests }, |