|
@@ -2125,6 +2125,11 @@ test_dir_format(void)
|
|
|
"Tor 0.2.1.0-dev (r99)"));
|
|
"Tor 0.2.1.0-dev (r99)"));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+static void
|
|
|
|
|
+test_v3_networkstatus(void)
|
|
|
|
|
+{
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
static void
|
|
static void
|
|
|
test_policies(void)
|
|
test_policies(void)
|
|
|
{
|
|
{
|
|
@@ -2412,6 +2417,7 @@ main(int c, char**v)
|
|
|
test_onion_handshake();
|
|
test_onion_handshake();
|
|
|
puts("\n========================= Directory Formats ===============");
|
|
puts("\n========================= Directory Formats ===============");
|
|
|
test_dir_format();
|
|
test_dir_format();
|
|
|
|
|
+ test_v3_networkstatus();
|
|
|
puts("\n========================= Policies ===================");
|
|
puts("\n========================= Policies ===================");
|
|
|
test_policies();
|
|
test_policies();
|
|
|
puts("\n========================= Rendezvous functionality ========");
|
|
puts("\n========================= Rendezvous functionality ========");
|