diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-07 17:40:56 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-12-16 04:02:12 +1100 |
commit | df0c135d62ab1619843f7825ccd5ad697f6afdcb (patch) | |
tree | fda1dea714cad8d2492271bb1dfc3f9a8e3a7d91 /src/test/Makefile.nmake | |
parent | f3ed5ec0cac4719e249e629760756314d7cfecba (diff) | |
download | tor-df0c135d62ab1619843f7825ccd5ad697f6afdcb.tar.gz tor-df0c135d62ab1619843f7825ccd5ad697f6afdcb.zip |
Prop210: Refactor connection_get_* to produce lists and counts
Diffstat (limited to 'src/test/Makefile.nmake')
-rw-r--r-- | src/test/Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/Makefile.nmake b/src/test/Makefile.nmake index 0435617683..0ba56d7036 100644 --- a/src/test/Makefile.nmake +++ b/src/test/Makefile.nmake @@ -14,7 +14,8 @@ LIBS = ..\..\..\build-alpha\lib\libevent.lib \ TEST_OBJECTS = test.obj test_addr.obj test_channel.obj test_channeltls.obj \ test_containers.obj \ test_controller_events.obj test_crypto.obj test_data.obj test_dir.obj \ - test_checkdir.obj test_microdesc.obj test_pt.obj test_util.obj test_config.obj \ + test_checkdir.obj test_microdesc.obj test_pt.obj test_util.obj \ + test_config.obj test_connection.obj \ test_cell_formats.obj test_relay.obj test_replay.obj \ test_scheduler.obj test_introduce.obj test_hs.obj tinytest.obj |