diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-20 07:53:57 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-20 07:53:57 -0500 |
commit | 973a5db80851838e4516de40afe028bc10c425f0 (patch) | |
tree | 36c54954eb30c959217411f7529413f023f1e5e0 /src/test/test.c | |
parent | 9c6283732a376b21d110f1ef95b4b2af423a8e59 (diff) | |
parent | c659603ac5a428d93ea625aa28b6b51ef9f2f9b3 (diff) | |
download | tor-973a5db80851838e4516de40afe028bc10c425f0.tar.gz tor-973a5db80851838e4516de40afe028bc10c425f0.zip |
Merge remote-tracking branch 'tor-github/pr/445'
Diffstat (limited to 'src/test/test.c')
-rw-r--r-- | src/test/test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test.c b/src/test/test.c index ab61451187..85d41d9863 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -891,6 +891,7 @@ struct testgroup_t testgroups[] = { { "legacy_hs/", hs_tests }, { "link-handshake/", link_handshake_tests }, { "mainloop/", mainloop_tests }, + { "netinfo/", netinfo_tests }, { "nodelist/", nodelist_tests }, { "oom/", oom_tests }, { "oos/", oos_tests }, |