aboutsummaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-04 13:51:34 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-06 11:48:41 -0400
commit73e9bc914f43b21f3bed5eca5d2fc837cc5aa070 (patch)
treedfcfbe0d59a6d7760c3ec1d8b68bc5308b4755c2 /src/test/test.c
parent4404dc5756c929fccc5784a637014aee929bdfd1 (diff)
downloadtor-73e9bc914f43b21f3bed5eca5d2fc837cc5aa070.tar.gz
tor-73e9bc914f43b21f3bed5eca5d2fc837cc5aa070.zip
Tests for simple cases of conscache code.
Diffstat (limited to 'src/test/test.c')
-rw-r--r--src/test/test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c
index fc1e3e89c0..f8c2db726d 100644
--- a/src/test/test.c
+++ b/src/test/test.c
@@ -1195,6 +1195,7 @@ struct testgroup_t testgroups[] = {
{ "compat/libevent/", compat_libevent_tests },
{ "config/", config_tests },
{ "connection/", connection_tests },
+ { "conscache/", conscache_tests },
{ "consdiff/", consdiff_tests },
{ "container/", container_tests },
{ "control/", controller_tests },