From: Nick Mathewson Date: Wed, 5 Aug 2015 14:34:46 +0000 (-0400) Subject: Let's try to get test_workqueue working on windows X-Git-Tag: tor-0.2.7.3-rc~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d63ecbed0c8416eeed9d1f278422dc1edbea8ad;p=thirdparty%2Ftor.git Let's try to get test_workqueue working on windows --- diff --git a/changes/test-workqueue-windows b/changes/test-workqueue-windows new file mode 100644 index 0000000000..8d7b7f664b --- /dev/null +++ b/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. diff --git a/src/test/test_workqueue.c b/src/test/test_workqueue.c index a1a94882dc..7f20642041 100644 --- a/src/test/test_workqueue.c +++ b/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();