summaryrefslogtreecommitdiff
path: root/src/test/test.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-14 11:29:21 -0500
committerNick Mathewson <nickm@torproject.org>2019-03-25 16:35:33 -0400
commit24df14eb096e73438d6045ff3b2840499a9af9b5 (patch)
treea6330c68a8f6bb22fc0d17cd8ec15c72775f1259 /src/test/test.c
parenta7681525ab670c2b7a783f9e1285bf9a8e97d1ea (diff)
downloadtor-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.c1
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 },