Clean up the unit tests.
authorDavid Reiss <dreiss@apache.org>
Mon, 7 Apr 2008 23:45:00 +0000 (23:45 +0000)
committerDavid Reiss <dreiss@apache.org>
Mon, 7 Apr 2008 23:45:00 +0000 (23:45 +0000)
commit2a4bfd6d0cdd32c9ade36a5c481b952f522f4fb2
tree0453c0c01568a02daa57612738e1704e7d1cf6a8
parentc5c542538b7954c721fbd8007ebf0b482a86677a
Clean up the unit tests.

- Make Python tests cwd-agnostic.
- Use boost::test.
- Add a benchmark.
- Use a library to clean up test/Makefile.am.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665640 13f79535-47bb-0310-9956-ffa450edef68
test/Benchmark.cpp [new file with mode: 0644]
test/DebugProtoTest.cpp
test/DebugProtoTest.thrift
test/DenseProtoTest.cpp
test/JSONProtoTest.cpp
test/Makefile.am
test/ReflectionTest.cpp
test/TMemoryBufferTest.cpp
test/ThriftTest.thrift
test/UnitTestMain.cpp [new file with mode: 0644]
test/py/RunClientServer.py