diff --git a/uv.gyp b/uv.gyp index 22348e45..a43c2b14 100644 --- a/uv.gyp +++ b/uv.gyp @@ -245,6 +245,7 @@ 'test/test-spawn.c', 'test/test-tcp-bind-error.c', 'test/test-tcp-bind6-error.c', + 'test/test-tcp-close.c', 'test/test-tcp-writealot.c', 'test/test-threadpool.c', 'test/test-timer-again.c',