From 70bc6c0ca8591bb3bb22d6c729193c3c4964092b Mon Sep 17 00:00:00 2001 From: Igor Zinkovsky Date: Thu, 8 Sep 2011 13:23:49 -0700 Subject: [PATCH] add test-tcp-close.c to uv.gyp --- uv.gyp | 1 + 1 file changed, 1 insertion(+) 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',