summaryrefslogtreecommitdiff
path: root/deps/uv/Makefile.am
diff options
context:
space:
mode:
authorSaúl Ibarra Corretgé <saghul@gmail.com>2015-02-09 21:16:26 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2015-02-09 22:07:25 +0100
commit9681fcacf0fd477f999a52f6ff4151d4125d49d0 (patch)
treeb8a3a583daacf82af5b5298961e145b836fa8bfb /deps/uv/Makefile.am
parent5e825d1073b57a87fc9a77751ed3e21c86970082 (diff)
downloadandroid-node-v8-9681fcacf0fd477f999a52f6ff4151d4125d49d0.tar.gz
android-node-v8-9681fcacf0fd477f999a52f6ff4151d4125d49d0.tar.bz2
android-node-v8-9681fcacf0fd477f999a52f6ff4151d4125d49d0.zip
deps: update libuv to 1.4.0
PR-URL: https://github.com/iojs/io.js/pull/773 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/uv/Makefile.am')
-rw-r--r--deps/uv/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/Makefile.am b/deps/uv/Makefile.am
index 6c252298df..d7557a1b18 100644
--- a/deps/uv/Makefile.am
+++ b/deps/uv/Makefile.am
@@ -189,6 +189,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \
test/test-pipe-sendmsg.c \
test/test-pipe-server-close.c \
test/test-pipe-close-stdout-read-stdin.c \
+ test/test-pipe-set-non-blocking.c \
test/test-platform-output.c \
test/test-poll-close.c \
test/test-poll-close-doesnt-corrupt-stack.c \