From 4203ef202cf492bf5e8c071b02c333626ec9a6ab Mon Sep 17 00:00:00 2001 From: Luis Lavena Date: Sun, 14 Dec 2014 11:58:38 -0300 Subject: [PATCH] win: fix autotools build of tests Add missing test file to match GYP definition and solve undefined reference. PR-URL: https://github.com/libuv/libuv/pull/69 Reviewed-By: Ben Noordhuis --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 371df711..8593c913 100644 --- a/Makefile.am +++ b/Makefile.am @@ -172,6 +172,7 @@ test_run_tests_SOURCES = test/blackhole-server.c \ test/test-pipe-close-stdout-read-stdin.c \ test/test-platform-output.c \ test/test-poll-close.c \ + test/test-poll-close-doesnt-corrupt-stack.c \ test/test-poll-closesocket.c \ test/test-poll.c \ test/test-process-title.c \