]> git.ipfire.org Git - thirdparty/tor.git/commit
Introduce full coverage tests for module routerset.c.
authordana koch <dsk@google.com>
Wed, 27 Aug 2014 10:41:25 +0000 (20:41 +1000)
committerNick Mathewson <nickm@torproject.org>
Fri, 29 Aug 2014 16:55:28 +0000 (12:55 -0400)
commitc887e20e6a5a2c17c65f308e70e578e773b2ab23
treeceef57b8043c107c11ed17f9658c737d2c2caf23
parentcc3b04a8c1edbeb1a488e319e3c0d28acd227417
Introduce full coverage tests for module routerset.c.

This is using the paradigm introduced for test_status.c.
15 files changed:
src/common/container.c
src/common/container.h
src/or/geoip.c
src/or/geoip.h
src/or/nodelist.c
src/or/nodelist.h
src/or/policies.c
src/or/policies.h
src/or/routerparse.c
src/or/routerparse.h
src/or/routerset.c
src/or/routerset.h
src/test/include.am
src/test/test.c
src/test/test_routerset.c [new file with mode: 0644]