From 1fef66ffd4cf302fec7be1e2fd86f209cf1ff0d3 Mon Sep 17 00:00:00 2001 From: Timothy J Fontaine Date: Wed, 20 Nov 2013 08:25:24 -0800 Subject: uv: upgrade to v0.11.15 --- deps/uv/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'deps/uv/Makefile.am') diff --git a/deps/uv/Makefile.am b/deps/uv/Makefile.am index 9080b94053..8f656f36f4 100644 --- a/deps/uv/Makefile.am +++ b/deps/uv/Makefile.am @@ -118,6 +118,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-barrier.c \ test/test-callback-order.c \ test/test-callback-stack.c \ + test/test-close-fd.c \ test/test-close-order.c \ test/test-condvar.c \ test/test-connection-fail.c \ @@ -166,6 +167,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-stdio-over-pipes.c \ test/test-tcp-bind-error.c \ test/test-tcp-bind6-error.c \ + test/test-tcp-close-accept.c \ test/test-tcp-close-while-connecting.c \ test/test-tcp-close.c \ test/test-tcp-connect-error-after-write.c \ @@ -193,8 +195,8 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-udp-open.c \ test/test-udp-options.c \ test/test-udp-send-and-recv.c \ - test/test-util.c \ - test/test-walk-handles.c + test/test-walk-handles.c \ + test/test-watcher-cross-stop.c test_run_tests_LDADD = libuv.la if WINNT -- cgit v1.2.3