diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-09-27 09:09:00 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-27 09:09:00 -0400 |
commit | b8b016940d76d014e49d87c7030854a30f51bdad (patch) | |
tree | d7955f6ef72b4e92aad3c0d8887e2e16dea83aff /src/test/test.c | |
parent | 8f8a4c0ced456661c3c5f20dfc9c14157ade4e35 (diff) | |
download | tor-b8b016940d76d014e49d87c7030854a30f51bdad.tar.gz tor-b8b016940d76d014e49d87c7030854a30f51bdad.zip |
Add unit tests for var_cell and control0 proto functions.
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 70436002ee..27c776b304 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1215,6 +1215,7 @@ struct testgroup_t testgroups[] = { { "options/", options_tests }, { "policy/" , policy_tests }, { "procmon/", procmon_tests }, + { "proto/misc/", proto_misc_tests }, { "protover/", protover_tests }, { "pt/", pt_tests }, { "relay/" , relay_tests }, |