mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Let's try to get test_workqueue working on windows
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user