Author: roger
Date: Wed May 23 19:40:40 2012
New Revision: 1341996

URL: http://svn.apache.org/viewvc?rev=1341996&view=rev
Log:
THRIFT-1336 thrift: added server and processor test code
revert partly: disable processor test, it breaks the builds

Modified:
    thrift/trunk/lib/cpp/test/Makefile.am

Modified: thrift/trunk/lib/cpp/test/Makefile.am
URL: 
http://svn.apache.org/viewvc/thrift/trunk/lib/cpp/test/Makefile.am?rev=1341996&r1=1341995&r2=1341996&view=diff
==============================================================================
--- thrift/trunk/lib/cpp/test/Makefile.am (original)
+++ thrift/trunk/lib/cpp/test/Makefile.am Wed May 23 19:40:40 2012
@@ -60,9 +60,9 @@ check_PROGRAMS = \
        TransportTest \
        ZlibTest \
        TFileTransportTest \
-       UnitTests \
-        processor_test
-# disable ... too strong
+       UnitTests
+# disable these test ... too strong
+#       processor_test
 #      concurrency_test
 
 TESTS_ENVIRONMENT= \


Reply via email to