]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Let's try to get test_workqueue working on windows
authorNick Mathewson <nickm@torproject.org>
Wed, 5 Aug 2015 14:34:46 +0000 (10:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 5 Aug 2015 14:34:46 +0000 (10:34 -0400)
changes/test-workqueue-windows [new file with mode: 0644]
src/test/test_workqueue.c

diff --git a/changes/test-workqueue-windows b/changes/test-workqueue-windows
new file mode 100644 (file)
index 0000000..8d7b7f6
--- /dev/null
@@ -0,0 +1,3 @@
+  o Testing:
+    - Make the test-workqueue test work on windows by initializing the
+      network before we begin.
index a1a94882dc994d720ff11a7b212134be42400bb8..7f206420410e827848709a9a4ac9e13224b2df45 100644 (file)
@@ -369,6 +369,7 @@ main(int argc, char **argv)
   }
 
   init_logging(1);
+  network_init();
   crypto_global_init(1, NULL, NULL);
   crypto_seed_rng();