From 9f8bc7b4b8c32b94e4147c25fc972fc578bdc2a7 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 21 Sep 2011 00:26:29 +0200 Subject: [PATCH] build: add test-tty to gyp file list, unbreaks build --- uv.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/uv.gyp b/uv.gyp index 84c8c86e..b0a598a1 100644 --- a/uv.gyp +++ b/uv.gyp @@ -269,6 +269,7 @@ 'test/test-threadpool.c', 'test/test-timer-again.c', 'test/test-timer.c', + 'test/test-tty.c', 'test/test-udp-dgram-too-big.c', 'test/test-udp-ipv6.c', 'test/test-udp-send-and-recv.c',