diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:58:43 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-03-16 14:58:43 -0400 |
commit | 4a4f1e44af0c6aa2a27add9d1e114213a580e50d (patch) | |
tree | a2fe4d97dd0400a651c5acd8feb6362000d31206 /src/test/test.c | |
parent | 7505f452c865ef9ca5be35647032f93bfb392762 (diff) | |
parent | 643c9078c98cb81d51334cf03fdac76166e57f9a (diff) | |
download | tor-4a4f1e44af0c6aa2a27add9d1e114213a580e50d.tar.gz tor-4a4f1e44af0c6aa2a27add9d1e114213a580e50d.zip |
Merge branch 'prop140_21643_diff_only_squashed'
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 1f91405a61..0039818cb8 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1194,6 +1194,7 @@ struct testgroup_t testgroups[] = { { "compat/libevent/", compat_libevent_tests }, { "config/", config_tests }, { "connection/", connection_tests }, + { "consdiff/", consdiff_tests }, { "container/", container_tests }, { "control/", controller_tests }, { "control/event/", controller_event_tests }, |