Skip to content
Snippets Groups Projects
Commit 1d63ecbe authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Let's try to get test_workqueue working on windows

parent 9e07dfa3
No related branches found
No related tags found
No related merge requests found
o Testing:
- Make the test-workqueue test work on windows by initializing the
network before we begin.
......@@ -369,6 +369,7 @@ main(int argc, char **argv)
}
init_logging(1);
network_init();
crypto_global_init(1, NULL, NULL);
crypto_seed_rng();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment