commit | 2a4bfd6d0cdd32c9ade36a5c481b952f522f4fb2 | [log] [tgz] |
---|---|---|
author | David Reiss <dreiss@apache.org> | 周一 4月 07 23:45:00 2008 +0000 |
committer | David Reiss <dreiss@apache.org> | 周一 4月 07 23:45:00 2008 +0000 |
tree | 0453c0c01568a02daa57612738e1704e7d1cf6a8 | |
parent | c5c542538b7954c721fbd8007ebf0b482a86677a [diff] [blame] |
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
diff --git a/test/UnitTestMain.cpp b/test/UnitTestMain.cpp new file mode 100644 index 0000000..75c2fb1 --- /dev/null +++ b/test/UnitTestMain.cpp
@@ -0,0 +1,2 @@ +#define BOOST_TEST_MODULE thrift +#include <boost/test/included/unit_test.hpp>