Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4f260f7
)
THRIFT-1336 thrift: added server and processor test code
author
Roger Meier
<roger@apache.org>
Fri, 11 May 2012 14:19:48 +0000
(14:19 +0000)
committer
Roger Meier
<roger@apache.org>
Fri, 11 May 2012 14:19:48 +0000
(14:19 +0000)
last commit was wrong! otherway around!
disable concurrency instead of processor_test ... does not run properly on build slaves
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@
1337177
13f79535
-47bb-0310-9956-
ffa450edef68
lib/cpp/test/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/cpp/test/Makefile.am
b/lib/cpp/test/Makefile.am
index
a87ccfd
..
4b4f1f4
100755
(executable)
--- a/
lib/cpp/test/Makefile.am
+++ b/
lib/cpp/test/Makefile.am
@@
-61,9
+61,9
@@
check_PROGRAMS = \
ZlibTest \
TFileTransportTest \
UnitTests \
-
concurrency
_test
+
processor
_test
# disable ... too strong
-#
processor
_test
+#
concurrency
_test
TESTS_ENVIRONMENT= \
BOOST_TEST_LOG_SINK=tests.xml \