summaryrefslogtreecommitdiff
path: root/src/test/test_routerset.c
AgeCommit message (Collapse)Author
2014-11-12Replace operators used as macro arguments with OP_XX macrosNick Mathewson
Part of fix for 13172
2014-09-15Don't pass invalid memory regions to digestmap_set/get in test_routerlistNick Mathewson
Fixes bug in c887e20e6a5a2c17c65; bug in no released Tor version.
2014-09-03Fix the leaks that valgrind found in the new routerset tests.Nick Mathewson
(We have a tests-shouldn't-leak policy so that we won't accidentally ignore true-positives.)
2014-09-02Use real pointers in unit tests, not (void*)101 etcNick Mathewson
The clangalyzer hates (void*)101 etc
2014-08-29Fix some coverity warnings in new routerset testsNick Mathewson
2014-08-29Introduce full coverage tests for module routerset.c.dana koch
This is using the paradigm introduced for test_status.c.