diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-14 12:35:02 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-24 10:59:25 -0400 |
commit | 7fc37d41b47f106939cae559a6874fa46bca6150 (patch) | |
tree | 180cb27d3688582c75cefc10f3c25b699b9f63ca /src/test/test.c | |
parent | fe584f40127c5a8fc5b6f03b0d7901c5d443824a (diff) | |
download | tor-7fc37d41b47f106939cae559a6874fa46bca6150.tar.gz tor-7fc37d41b47f106939cae559a6874fa46bca6150.zip |
Unit tests for consdiffmgr module
Initial tests. These just try adding a few consensuses, looking
them up, and making sure that consensus diffs are generated in a
more or less reasonable-looking way. It's enough for 87% coverage,
but it leaves out a lot of functionality.
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 77ea44970c..90e3d02f93 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1197,6 +1197,7 @@ struct testgroup_t testgroups[] = { { "connection/", connection_tests }, { "conscache/", conscache_tests }, { "consdiff/", consdiff_tests }, + { "consdiffmgr/", consdiffmgr_tests }, { "container/", container_tests }, { "control/", controller_tests }, { "control/event/", controller_event_tests }, |