From fa6b75634607591cb41975ccc98d9e2a27869e22 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Thu, 2 Mar 2017 18:12:52 +0000 Subject: signal handling: keep track of all socket poll wakeups & wakeup. Instead of waiting for polls to timeout; wake them up. --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Makefile.am') diff --git a/test/Makefile.am b/test/Makefile.am index d849f1372e..1785d62c32 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -39,7 +39,8 @@ wsd_sources = \ ../kit/Kit.cpp \ ../wsd/TileCache.cpp \ ../common/Unit.cpp \ - ../common/Util.cpp + ../common/Util.cpp \ + ../net/Socket.cpp unittest_CPPFLAGS = -I$(top_srcdir) -DBUILDING_TESTS unittest_SOURCES = TileQueueTests.cpp WhiteBoxTests.cpp test.cpp $(wsd_sources) -- cgit