Explorar o código

Let's try to get test_workqueue working on windows

Nick Mathewson %!s(int64=8) %!d(string=hai) anos
pai
achega
1d63ecbed0
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 3 0
      changes/test-workqueue-windows
  2. 1 0
      src/test/test_workqueue.c

+ 3 - 0
changes/test-workqueue-windows

@@ -0,0 +1,3 @@
+  o Testing:
+    - Make the test-workqueue test work on windows by initializing the
+      network before we begin.

+ 1 - 0
src/test/test_workqueue.c

@@ -369,6 +369,7 @@ main(int argc, char **argv)
   }
 
   init_logging(1);
+  network_init();
   crypto_global_init(1, NULL, NULL);
   crypto_seed_rng();