THRIFT-333. cpp: Initial TCompactProtocol implementation
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761438 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.am b/test/Makefile.am
index 90ebfcd..c959f6a 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -57,6 +57,7 @@
DebugProtoTest \
JSONProtoTest \
OptionalRequiredTest \
+ AllProtocolsTest \
UnitTests
TESTS = \
@@ -89,6 +90,14 @@
$(top_builddir)/lib/cpp/libthrift.la
#
+# AllProtocolsTest
+#
+AllProtocolsTest_SOURCES = \
+ AllProtocolTests.cpp
+
+AllProtocolsTest_LDADD = libtestgencpp.la
+
+#
# DebugProtoTest
#
DebugProtoTest_SOURCES = \