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/include.am | |
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/include.am')
-rw-r--r-- | src/test/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/include.am b/src/test/include.am index c92eab13c9..1b16d0f1a2 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -89,6 +89,7 @@ src_test_test_SOURCES = \ src/test/test_connection.c \ src/test/test_conscache.c \ src/test/test_consdiff.c \ + src/test/test_consdiffmgr.c \ src/test/test_containers.c \ src/test/test_controller.c \ src/test/test_controller_events.c \ |