diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-09 19:11:47 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-26 10:56:48 -0700 |
commit | b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f (patch) | |
tree | b9d7c893829d809dbb83e761af3c17c413415d1a /src/test/test.c | |
parent | e3bf8854c81f46470d21f5e44cfa51b16e1d260b (diff) | |
download | tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.tar.gz tor-b2b2e1c7f24d9b65059e3d089768d6c49ba4f58f.zip |
checkpoint basic protover backend
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 2f10c7e90b..9a41b976b8 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -1214,6 +1214,7 @@ struct testgroup_t testgroups[] = { { "options/", options_tests }, { "policy/" , policy_tests }, { "procmon/", procmon_tests }, + { "protover/", protover_tests }, { "pt/", pt_tests }, { "relay/" , relay_tests }, { "relaycell/", relaycell_tests }, |