THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:19 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:19 +0000 (16:51 +0000)
commit351e22b52afcbe9b40e0933f80b06b479dff50f4
treebf08ca7a10a6adca594d44ae22111008f2ccb0ee
parentf261dd795c4004c72c7efd66c4b09f66299bfc83
THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991246 13f79535-47bb-0310-9956-ffa450edef68
21 files changed:
.gitignore
configure.ac
lib/cpp/Makefile.am
lib/cpp/test/AllProtocolTests.cpp [moved from test/AllProtocolTests.cpp with 100% similarity]
lib/cpp/test/AllProtocolTests.tcc [moved from test/AllProtocolTests.tcc with 100% similarity]
lib/cpp/test/Benchmark.cpp [moved from test/Benchmark.cpp with 100% similarity]
lib/cpp/test/DebugProtoTest.cpp [moved from test/DebugProtoTest.cpp with 100% similarity]
lib/cpp/test/DebugProtoTest_extras.cpp [moved from test/DebugProtoTest_extras.cpp with 100% similarity]
lib/cpp/test/DenseProtoTest.cpp [moved from test/DenseProtoTest.cpp with 100% similarity]
lib/cpp/test/GenericHelpers.h [moved from test/GenericHelpers.h with 100% similarity]
lib/cpp/test/JSONProtoTest.cpp [moved from test/JSONProtoTest.cpp with 100% similarity]
lib/cpp/test/Makefile.am [new file with mode: 0644]
lib/cpp/test/OptionalRequiredTest.cpp [moved from test/OptionalRequiredTest.cpp with 100% similarity]
lib/cpp/test/TBufferBaseTest.cpp [moved from test/TBufferBaseTest.cpp with 100% similarity]
lib/cpp/test/TFDTransportTest.cpp [moved from test/TFDTransportTest.cpp with 100% similarity]
lib/cpp/test/TMemoryBufferTest.cpp [moved from test/TMemoryBufferTest.cpp with 100% similarity]
lib/cpp/test/TPipedTransportTest.cpp [moved from test/TPipedTransportTest.cpp with 100% similarity]
lib/cpp/test/ThriftTest_extras.cpp [moved from test/ThriftTest_extras.cpp with 100% similarity]
lib/cpp/test/UnitTestMain.cpp [moved from test/UnitTestMain.cpp with 100% similarity]
lib/cpp/test/ZlibTest.cpp [moved from test/ZlibTest.cpp with 100% similarity]
test/Makefile.am