THRIFT-2838 TNonblockingServer can bind to port 0 (i.e., get an OS-assigned port) but there is no way to get the port number
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am
index 9111201..9ab6ba4 100755
--- a/lib/cpp/test/Makefile.am
+++ b/lib/cpp/test/Makefile.am
@@ -68,6 +68,7 @@
RecursiveTest \
SpecializationTest \
AllProtocolsTest \
+ TNonblockingServerTest \
TransportTest \
ZlibTest \
TFileTransportTest \
@@ -180,6 +181,18 @@
JSONProtoTest_LDADD = libtestgencpp.la
#
+# TNonblockingServerTest
+#
+TNonblockingServerTest_SOURCES = TNonblockingServerTest.cpp
+
+TNonblockingServerTest_LDADD = libprocessortest.la \
+ $(top_builddir)/lib/cpp/libthrift.la \
+ $(top_builddir)/lib/cpp/libthriftnb.la \
+ $(BOOST_LDFLAGS) \
+ -levent \
+ -l:libboost_unit_test_framework.a
+
+#
# OptionalRequiredTest
#
OptionalRequiredTest_SOURCES = \