Let's try to get test_workqueue working on windows

This commit is contained in:
Nick Mathewson 2015-08-05 10:34:46 -04:00
parent 9e07dfa34b
commit 1d63ecbed0
2 changed files with 4 additions and 0 deletions

View File

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

View File

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