add test-tcp-close.c to uv.gyp

This commit is contained in:
Igor Zinkovsky 2011-09-08 13:23:49 -07:00
parent 06d69a82ee
commit 70bc6c0ca8

1
uv.gyp
View File

@ -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',