commit | b3f6ea100fae38a568e1844923c4c945cab5b536 | [log] [tgz] |
---|---|---|
author | Konrad Grochowski <hcorg@minions.org.pl> | Tue Sep 02 16:00:47 2014 +0200 |
committer | Roger Meier <roger@apache.org> | Wed Sep 03 23:41:32 2014 +0200 |
tree | 92acbdf1ffda626fdd60510ab1c8d10fea5e0575 | |
parent | d0bd17e7263cb8f92c21d3e1dad2ee5b5e9f79e5 [diff] [blame] |
THRIFT-2067 C++: all generated objects provide ostream operator<<
diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 6779ac6..c1fad3e 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am
@@ -82,7 +82,8 @@ UnitTestMain.cpp \ TMemoryBufferTest.cpp \ TBufferBaseTest.cpp \ - Base64Test.cpp + Base64Test.cpp \ + ToStringTest.cpp if !WITH_BOOSTTHREADS UnitTests_SOURCES += \