diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-14 11:29:21 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-25 16:35:33 -0400 |
commit | 24df14eb096e73438d6045ff3b2840499a9af9b5 (patch) | |
tree | a6330c68a8f6bb22fc0d17cd8ec15c72775f1259 /src/test/test.c | |
parent | a7681525ab670c2b7a783f9e1285bf9a8e97d1ea (diff) | |
download | tor-24df14eb096e73438d6045ff3b2840499a9af9b5.tar.gz tor-24df14eb096e73438d6045ff3b2840499a9af9b5.zip |
Pubsub: macros for ease-of-use and typesafety.
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 da0be41332..2309da208a 100644 --- a/src/test/test.c +++ b/src/test/test.c @@ -910,6 +910,7 @@ struct testgroup_t testgroups[] = { { "proto/misc/", proto_misc_tests }, { "protover/", protover_tests }, { "pt/", pt_tests }, + { "pubsub/build/", pubsub_build_tests }, { "pubsub/msg/", pubsub_msg_tests }, { "relay/" , relay_tests }, { "relaycell/", relaycell_tests }, |