]> git.ipfire.org Git - thirdparty/tor.git/commit
Add some basic unit tests for the circuit map data structure.
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Jul 2013 19:07:32 +0000 (15:07 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Jul 2013 19:26:34 +0000 (15:26 -0400)
commitec6c155f827000e337796f1f1c54299fbc5cf72a
treee165ed24d0bc530ab25710214e0a63e2f052ed1e
parentb6e8c74667cf723c5ef4d081fc901752e05f9a9b
Add some basic unit tests for the circuit map data structure.

These show off the new mocking code by mocking the circuitmux code
so that we can test the circuit map code in isolation.
changes/fancy_testing
src/or/circuitlist.c
src/or/circuitlist.h
src/or/circuitmux.c
src/or/circuitmux.h
src/test/include.am
src/test/test.c
src/test/test_circuitlist.c [new file with mode: 0644]