Updated Branches:
  refs/heads/master b2b4a5ca9 -> 623201412

D: add client_pool_test to libevent_dependent_ran_tests
fixes build when D event is not available


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/38391a7a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/38391a7a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/38391a7a

Branch: refs/heads/master
Commit: 38391a7a01d2ccb3510939118a7472dd9f91aba2
Parents: b2b4a5c
Author: Roger Meier <[email protected]>
Authored: Sun Jan 12 19:58:54 2014 +0100
Committer: Roger Meier <[email protected]>
Committed: Sun Jan 12 19:58:54 2014 +0100

----------------------------------------------------------------------
 lib/d/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/38391a7a/lib/d/test/Makefile.am
----------------------------------------------------------------------
diff --git a/lib/d/test/Makefile.am b/lib/d/test/Makefile.am
old mode 100644
new mode 100755
index ff4bd46..44f2d66
--- a/lib/d/test/Makefile.am
+++ b/lib/d/test/Makefile.am
@@ -52,7 +52,7 @@ ran_tests__ = client_pool_test \
 
 libevent_dependent_targets = async_test_client client_pool_test \
        stress_test_server thrift_test_server
-libevent_dependent_ran_tests = async_test_runner.sh thrift_test_runner.sh
+libevent_dependent_ran_tests = client_pool_test async_test_runner.sh 
thrift_test_runner.sh
 
 openssl_dependent_targets = async_test thrift_test_client thrift_test_server
 openssl_dependent_ran_tests = async_test_runner.sh thrift_test_runner.sh

Reply via email to