diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-10-23 19:44:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:26:24 -0400 |
commit | 02cde0d9398c43de3a67133b7982d9df6962fe32 (patch) | |
tree | e84e8252f9e8357b530c171a69c3eff01e1eb873 /src/test/include.am | |
parent | b0e10f23ba2b03f275ef4acf2183a02042e6cded (diff) | |
download | tor-02cde0d9398c43de3a67133b7982d9df6962fe32.tar.gz tor-02cde0d9398c43de3a67133b7982d9df6962fe32.zip |
test: Add unittest for descriptors with BridgeDistribution option.
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 8ecfaf10c6..6cefc6c5a5 100644 --- a/src/test/include.am +++ b/src/test/include.am @@ -115,6 +115,7 @@ src_test_test_SOURCES = \ src/test/test_relaycell.c \ src/test/test_rendcache.c \ src/test/test_replay.c \ + src/test/test_router.c \ src/test/test_routerkeys.c \ src/test/test_routerlist.c \ src/test/test_routerset.c \ |