From: Roger Meier Date: Fri, 11 May 2012 13:50:11 +0000 (+0000) Subject: THRIFT-1336 thrift: added server and processor test code X-Git-Tag: 0.9.1~369 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=4f260f7a5f65971b407947398bbc2fed79064919;p=common%2Fthrift.git THRIFT-1336 thrift: added server and processor test code disable processor_test ... does not run properly on build slaves git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1337162 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index f7b1c26c..a87ccfde 100755 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -61,8 +61,9 @@ check_PROGRAMS = \ ZlibTest \ TFileTransportTest \ UnitTests \ - concurrency_test \ - processor_test + concurrency_test +# disable ... too strong +# processor_test TESTS_ENVIRONMENT= \ BOOST_TEST_LOG_SINK=tests.xml \